summaryrefslogtreecommitdiff
path: root/Zend/tests/constant_expressions_exceptions_002.phpt
blob: fc15af5e9a534f59ef90895fe4e390e0db0e1e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Constant Expressions with unsupported operands 002
--FILE--
<?php
try {
	require("constant_expressions_exceptions.inc");
} catch (Error $e) {
	echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "\n";
}
?>
DONE
--EXPECTF--
Fatal error: Unsupported operand types in %sconstant_expressions_exceptions.inc on line 2