xref: /PHP-5.5/Zend/tests/bug43344_6.phpt (revision 7126de49)
1--TEST--
2Bug #43344.6 (Wrong error message for undefined namespace constant)
3--FILE--
4<?php
5namespace Foo;
6echo namespace\bar."\n";
7?>
8--EXPECTF--
9Fatal error: Undefined constant 'Foo\bar' in %sbug43344_6.php on line %d
10