Home
last modified time | relevance | path

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

/php-src/ext/zip/tests/
H A Dzip_entry_filesize.phpt2 zip_entry_filesize() function
11 echo zip_entry_filesize($entry)."\n";
21 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…
26 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…
31 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…
36 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…
H A Dbug7214.phpt11 $contents = zip_entry_read($entry, zip_entry_filesize($entry));
12 if (strlen($contents) == zip_entry_filesize($entry)) {
24 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…
28 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…
/php-src/ext/zip/examples/
H A Doldapi.php11 echo $i . ": " . $txt . "size: " . zip_entry_filesize($zip_entry) .
/php-src/ext/zip/
H A Dphp_zip.stub.php59 function zip_entry_filesize($zip_entry): int|false {} function
H A Dphp_zip_arginfo.h315 ZEND_FUNCTION(zip_entry_filesize);
H A Dphp_zip.c1437 PHP_FUNCTION(zip_entry_filesize) in PHP_FUNCTION() argument

Completed in 32 milliseconds