Searched refs:gzgets (Results 1 – 6 of 6) sorted by relevance
2 Test function gzgets() by calling it with its expected arguments8 // note that gzgets is an alias to fgets. parameter checking tests will be15 var_dump(gzgets( $h, $length ) );19 var_dump(gzgets($h));
16 // note that gzgets is an alias to fgets. parameter checking tests will be17 // the same as gzgets
40 gzgets
271 function gzgets($stream, ?int $length = null): string|false {} function
191 ZEND_FALIAS(gzgets, fgets, arginfo_gzgets)
Completed in 13 milliseconds