summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_040.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/errmsg_040.phpt')
-rw-r--r--Zend/tests/errmsg_040.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zend/tests/errmsg_040.phpt b/Zend/tests/errmsg_040.phpt
index f3d0afcf0..c3a007f8c 100644
--- a/Zend/tests/errmsg_040.phpt
+++ b/Zend/tests/errmsg_040.phpt
@@ -7,7 +7,9 @@ class test {
const TEST = array(1,2,3);
}
+var_dump(test::TEST);
+
echo "Done\n";
?>
--EXPECTF--
-Fatal error: Arrays are not allowed in class constants in %s on line %d
+Fatal error: Arrays are not allowed in constants at run-time in %s on line %d