summaryrefslogtreecommitdiff
path: root/Zend/tests/constant_expressions_exceptions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/constant_expressions_exceptions.inc')
-rw-r--r--Zend/tests/constant_expressions_exceptions.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/constant_expressions_exceptions.inc b/Zend/tests/constant_expressions_exceptions.inc
new file mode 100644
index 0000000000..2b8f3befdb
--- /dev/null
+++ b/Zend/tests/constant_expressions_exceptions.inc
@@ -0,0 +1,2 @@
+<?php
+const T = array(1,2) - array(0);