This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-12-18 06:21:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0413feb29c
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