1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/Zend/tests/constants/dir-constant-eval.phpt
2012-10-10 10:27:49 +08:00

9 lines
122 B
PHP

--TEST--
__DIR__ constant used with eval()
--FILE--
<?php
eval('echo __DIR__ . "\n";');
?>
--EXPECTF--
%stests%sconstants