This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-18 05:21:02 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecb698b21dc27de088cc2e03436d5ff5e7e48391
archived-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
3 lines
39 B
PHP
Raw
Blame
History
<
?
php
const
T
=
array
(
1
,
2
)
-
array
(
0
);
Reference in New Issue
View Git Blame
Copy Permalink