Home
last modified time | relevance | path

Searched refs:isDot (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/spl/tests/
H A Dbug78863.phpt13 if (!$fileinfo->isDot()) {
H A Dbug55701.phpt185 echo "->isDot()... ";
188 $o->isDot();
320 ->isDot()... ran normally (expected)
/PHP-7.2/ext/spl/examples/
H A Ddirectoryfilterdots.inc34 return !$this->getInnerIterator()->isDot();
/PHP-7.2/ext/phar/tests/
H A Dphar_oo_004.phpt22 var_dump($ent->isDot());
/PHP-7.2/ext/spl/
H A Dspl.php1015 function isDot() {/**/} function in DirectoryIterator
H A Dspl_directory.c1113 SPL_METHOD(DirectoryIterator, isDot) in SPL_METHOD() argument
1986 SPL_ME(DirectoryIterator, isDot, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)

Completed in 21 milliseconds