1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00
Files
archived-php-src/Zend/tests/constants/dir-constant-normal.phpt
2012-10-10 10:27:49 +08:00

11 lines
159 B
PHP

--TEST--
Standard behaviour of __DIR__
--FILE--
<?php
echo __DIR__ . "\n";
echo dirname(__FILE__) . "\n";
?>
--EXPECTF--
%stests%sconstants
%stests%sconstants