Home
last modified time | relevance | path

Searched refs:getPathInfo (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/spl/tests/
H A DSplFileInfo_setInfoClass_basic.phpt12 echo get_class($info->getPathInfo()), "\n";
16 echo get_class($info->getPathInfo()), "\n";
H A DGlobIterator_internal_null_pointer.phpt28 echo "Test getPathInfo()\n";
29 var_dump($o->getPathInfo());
79 Test getPathInfo()
H A Dbug48361.phpt7 var_dump($info->getPathInfo()->getRealPath());
/php-src/ext/phar/tests/
H A Dphar_oo_005.phpt22 $sub = $it->getPathInfo();
/php-src/ext/spl/
H A Dspl_directory.stub.php80 public function getPathInfo(?string $class = null): ?SplFileInfo {} function in SplFileInfo
H A Dspl_directory_arginfo.h299 ZEND_METHOD(SplFileInfo, getPathInfo);
391 ZEND_ME(SplFileInfo, getPathInfo, arginfo_class_SplFileInfo_getPathInfo, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1351 PHP_METHOD(SplFileInfo, getPathInfo) in PHP_METHOD() argument

Completed in 47 milliseconds