Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php/php-7.3.1/Zend/tests/
Upload File :
Current File : //hdd/hdd21/main/php/php-7.3.1/Zend/tests/use_no_eval_conflict.phpt

--TEST--
Use conflicts should not occur across eval()s
--FILE--
<?php

/* It is important that these two eval()s occur on the same line,
 * as this forces them to have the same filename. */
eval("class A {}"); eval("use Foo\A;");

?>
===DONE===
--EXPECT--
===DONE===