Searched refs:getMTime (Results 1 – 8 of 8) sorted by relevance
11 echo $phar->getMTime(), "\n";12 echo $phar->getFileInfo()->getMTime(), "\n";13 echo date('Y-m-d H:i:s', $phar->getMTime()), "\n";
34 var_dump($ent->getMTime());
22 echo "Test getMTime()\n";23 var_dump($o->getMTime());73 Test getMTime()
137 echo "->getMTime()... ";140 $o->getMTime();313 ->getMTime()... ran normally (expected)
44 public function getMTime(): int|false {} function in SplFileInfo
285 ZEND_METHOD(SplFileInfo, getMTime);375 ZEND_ME(SplFileInfo, getMTime, arginfo_class_SplFileInfo_getMTime, ZEND_ACC_PUBLIC)
1182 FileInfoFunction(getMTime, FS_MTIME) in FileInfoFunction()
70 function getMTime($time)254 $mtime = $this->getMTime($mtime ? $mtime : null);
Completed in 20 milliseconds