1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00
Files
archived-php-src/Zend/tests/constants/fixtures/folder3/fixture.php
Stanislav Malyshev 27d4a3f6c3 add tests for __DIR__
2008-02-12 00:26:51 +00:00

4 lines
59 B
PHP
Executable File

<?php
echo __DIR__ . "\n";
echo dirname(__FILE__) . "\n";