Home
last modified time | relevance | path

Searched refs:statIndex (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Doo_delete.phpt59 $sb = $zip->statIndex(0);
61 $sb = $zip->statIndex(1);
63 $sb = $zip->statIndex(2);
H A Dutils.inc4 $sb = $z->statIndex($i);
14 $stat = $zip->statIndex($index);
H A Doo_setmtime.phpt38 $s = $zip->statIndex(1);
41 $s = $zip->statIndex(1);
55 $s = $zip->statIndex(0);
H A Dbug7658.phpt43 $sb = $zip->statIndex($i);
H A Doo_addglob2.phpt48 $sb = $zip->statIndex($i);
/PHP-8.0/ext/zip/examples/
H A Ddir.php19 print_r($za->statIndex($i));
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php144 public function statIndex(int $index, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h322 ZEND_METHOD(ZipArchive, statIndex);
411 ZEND_ME(ZipArchive, statIndex, arginfo_class_ZipArchive_statIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1950 PHP_METHOD(ZipArchive, statIndex) argument

Completed in 26 milliseconds