Home
last modified time | relevance | path

Searched refs:getMTime (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/ext/phar/tests/
H A Dgh12532.phpt11 echo $phar->getMTime(), "\n";
12 echo $phar->getFileInfo()->getMTime(), "\n";
13 echo date('Y-m-d H:i:s', $phar->getMTime()), "\n";
H A Dphar_oo_002.phpt34 var_dump($ent->getMTime());
/PHP-8.4/ext/spl/tests/
H A DGlobIterator_internal_null_pointer.phpt22 echo "Test getMTime()\n";
23 var_dump($o->getMTime());
73 Test getMTime()
H A Dbug55701.phpt137 echo "->getMTime()... ";
140 $o->getMTime();
313 ->getMTime()... ran normally (expected)
/PHP-8.4/ext/spl/
H A Dspl_directory.stub.php44 public function getMTime(): int|false {} function in SplFileInfo
H A Dspl_directory_arginfo.h285 ZEND_METHOD(SplFileInfo, getMTime);
375 ZEND_ME(SplFileInfo, getMTime, arginfo_class_SplFileInfo_getMTime, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1182 FileInfoFunction(getMTime, FS_MTIME) in FileInfoFunction()
/PHP-8.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc70 function getMTime($time)
254 $mtime = $this->getMTime($mtime ? $mtime : null);

Completed in 20 milliseconds