Home
last modified time | relevance | path

Searched refs:statName (Results 1 – 6 of 6) sorted by path

/PHP-7.3/ext/zip/examples/
H A Dencryption.php31 print_r($zip->statName($file));
/PHP-7.3/ext/zip/
H A Dphp_zip.c1916 static ZIPARCHIVE_METHOD(statName) in ZIPARCHIVE_METHOD() argument
3142 ZIPARCHIVE_ME(statName, arginfo_ziparchive_statname, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/zip/tests/
H A Dbug53885.phpt15 $nx->statName("a",ZIPARCHIVE::FL_UNCHANGED);
H A Dcompression_methods.phpt25 var_dump($zip->statName($filename)['comp_method'] === $method);
H A Doo_encryption.phpt27 $s = $zip->statName('foo.txt');
29 $s = $zip->statName('bar.txt');
H A Dpecl12414.phpt15 $finfo=$za->statName($filename);

Completed in 20 milliseconds