summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_044.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_044.phpt')
-rw-r--r--Zend/tests/ns_044.phpt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/tests/ns_044.phpt b/Zend/tests/ns_044.phpt
new file mode 100644
index 0000000..dbdee2e
--- /dev/null
+++ b/Zend/tests/ns_044.phpt
@@ -0,0 +1,9 @@
+--TEST--
+044: Name conflict and constants (php name)
+--FILE--
+<?php
+namespace test\ns1;
+
+var_dump(INI_ALL);
+--EXPECT--
+int(7)