Searched refs:gzdecode (Results 1 – 6 of 6) sorted by relevance
45 // The gzdecode() function applied to the corrupted compressed data always47 // --> 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 %d75 gzdecode(): 76 Warning: gzdecode(): data error in %s on line %d79 gzdecode(): 80 Warning: gzdecode(): data error in %s on line %d85 gzdecode(): [all …]
21 $back = gzdecode(gzdecode($output));
10 if (strcmp($original, gzdecode($packed)) == 0) echo "Strings are equal";
147 ZEND_FUNCTION(gzdecode);179 ZEND_FE(gzdecode, arginfo_gzdecode)
60 function gzdecode(string $data, int $max_length = 0): string|false {} function
784 PHP_ZLIB_DECODE_FUNC(gzdecode, PHP_ZLIB_ENCODING_GZIP);
Completed in 21 milliseconds