![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: Bug #43344.7 (Wrong error message for undefined namespace constant) ! 3: --FILE-- ! 4: <?php ! 5: namespace Foo; ! 6: function f($a=namespace\bar) { ! 7: return $a; ! 8: } ! 9: echo f()."\n"; ! 10: ?> ! 11: --EXPECTF-- ! 12: Fatal error: Undefined constant 'Foo\bar' in %sbug43344_7.php on line %d