summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_044.phpt
blob: 89c426c77472c2854fd10762d501e29ee4b8b26f (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
044: Name conflict and constants (php name)
--FILE--
<?php
namespace test\ns1;

var_dump(INI_ALL);
?>
--EXPECT--
int(7)