constant_expressions_exceptions_001.phpt 214 B

1234567
  1. --TEST--
  2. Constant Expressions with unsupported operands 001
  3. --FILE--
  4. <?php
  5. const T = array(1,2) - array(0);
  6. --EXPECTF--
  7. Fatal error: Unsupported operand types in %sconstant_expressions_exceptions_001.php on line 2