summaryrefslogtreecommitdiff
path: root/Zend/tests/bug43344_10.phpt
blob: e9f918cd613fb14f5bb0ccdd64fc661f58f52b7d (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #43344.10 (Wrong error message for undefined namespace constant)
--FILE--
<?php
echo namespace\bar."\n";
?>
--EXPECTF--
Fatal error: Undefined constant 'bar' in %sbug43344_10.php on line %d