getPathname        32 ext/spl/examples/findfile.php foreach(new FindFile($argv[1], $argv[2]) as $file) echo $file->getPathname()."\n";
getPathname        33 ext/spl/examples/findregex.php 	echo $file->getPathname()."\n";
getPathname      1952 ext/spl/spl_directory.c 	SPL_ME(SplFileInfo,       getPathname,   arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
getPathname      1978 ext/spl/spl_directory.c 	SPL_MA(SplFileInfo,       __toString, SplFileInfo, getPathname, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)