--TEST-- Bug #43344.1 (Wrong error message for undefined namespace constant) --FILE-- 0)) { reset($a); return key($a); } echo bar."\n"; echo f1()."\n"; echo f2()."\n"; echo f3()."\n"; ?> --EXPECTF-- Notice: Use of undefined constant bar - assumed 'bar' in %sbug43344_1.php on line 13 bar Notice: Use of undefined constant bar - assumed 'bar' in %sbug43344_1.php on line 3 bar Notice: Use of undefined constant bar - assumed 'bar' in %sbug43344_1.php on line 6 bar Notice: Use of undefined constant bar - assumed 'bar' in %sbug43344_1.php on line 9 bar