1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Files
archived-php-src/Zend/tests/constants/dir-constant-normal.phpt
T
2008-05-20 14:53:58 +00:00

11 lines
159 B
PHP
Executable File

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