summaryrefslogtreecommitdiff
path: root/Zend/tests/constant_expressions_exceptions_001.phpt
blob: 076584a569eb8f1aeb8ecc60e4774086e377dd97 (plain)
1
2
3
4
5
6
7
--TEST--
Constant Expressions with unsupported operands 001
--FILE--
<?php
const T = array(1,2) - array(0);
--EXPECTF--
Fatal error: Unsupported operand types in %sconstant_expressions_exceptions_001.php on line 2