php-src/Zend/tests/constant_expressions_exceptions_001.phpt
2020-08-09 22:03:36 +02:00

12 lines
255 B
PHP

--TEST--
Constant Expressions with unsupported operands 001
--FILE--
<?php
const T = array(1,2) - array(0);
?>
--EXPECTF--
Fatal error: Uncaught TypeError: Unsupported operand types: array - array in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d