Home
last modified time | relevance | path

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

/PHP-8.1/ext/zlib/tests/
H A Dbug71417.phpt45 // The gzdecode() function applied to the corrupted compressed data always
47 // --> gzdecode(): PHP Fatal error: Uncaught ErrorException: gzdecode(): data error in ...
48 echo "gzdecode(): ", rawurldecode(gzdecode($compressed)), "\n";
69 gzdecode():
70 Warning: gzdecode(): data error in %s on line %d
75 gzdecode():
76 Warning: gzdecode(): data error in %s on line %d
79 gzdecode():
80 Warning: gzdecode(): data error in %s on line %d
85 gzdecode():
[all …]
H A Dgzencode_variation1-win32.phpt21 $back = gzdecode(gzdecode($output));
H A D003.phpt10 if (strcmp($original, gzdecode($packed)) == 0) echo "Strings are equal";
/PHP-8.1/ext/zlib/
H A Dzlib_arginfo.h147 ZEND_FUNCTION(gzdecode);
179 ZEND_FE(gzdecode, arginfo_gzdecode)
H A Dzlib.stub.php60 function gzdecode(string $data, int $max_length = 0): string|false {} function
H A Dzlib.c784 PHP_ZLIB_DECODE_FUNC(gzdecode, PHP_ZLIB_ENCODING_GZIP);

Completed in 10 milliseconds