This website requires JavaScript.
Explore
Help
Register
Sign in
archive
/
php-src
Watch
1
Star
0
Fork
You've already forked php-src
0
mirror of
https://github.com/php/php-src.git
synced
2025-08-16 05:58:45 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
PHP-8.1.33
php-src
/
Zend
/
tests
/
constant_expressions_exceptions.inc
Dmitry Stogov
e8672deefc
Convert "Unsupported operands" fatal error into EngineException (exceptions can't be thrown at compile-time yet, so unsuported operands in constant expressions are still lead to fatal error).
2015-03-31 13:25:26 +03:00
2 lines
39 B
PHP
Raw
Permalink
Blame
History
<
?
php
const
T
=
array
(
1
,
2
)
-
array
(
0
);
Reference in a new issue
View git blame
Copy permalink