Home
last modified time | relevance | path

Searched refs:getSubPathname (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/spl/tests/
H A Dbug77263.phpt12 public function accept(): bool { return $this->getInnerIterator()->getSubPathname() != ''; }
16 public function accept(): bool { return $this->getInnerIterator()->getSubPathname() != ' '; }
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt22 $list[] = $it->getSubPathname();
/php-src/ext/spl/
H A Dspl_directory.stub.php210 public function getSubPathname(): string {} function in RecursiveDirectoryIterator
H A Dspl_directory_arginfo.h326 ZEND_METHOD(RecursiveDirectoryIterator, getSubPathname);
432 …ZEND_ME(RecursiveDirectoryIterator, getSubPathname, arginfo_class_RecursiveDirectoryIterator_getSu…
H A Dspl_directory.c1576 PHP_METHOD(RecursiveDirectoryIterator, getSubPathname) in PHP_METHOD() argument

Completed in 18 milliseconds