root
/
Zend
/
tests
/
constants
/
fixtures
/
folder3
/
subfolder4
/fixture.php
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
<?php
echo
__DIR__
. "\n";
echo
dirname(
__FILE__
) . "\n";
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/