Home
last modified time | relevance | path

Searched refs:gzgets (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/zlib/tests/
H A Dgzgets_basic.phpt2 Test function gzgets() by calling it with its expected arguments
8 // note that gzgets is an alias to fgets. parameter checking tests will be
15 var_dump(gzgets( $h, $length ) );
19 var_dump(gzgets($h));
H A Dgzgetc_basic_1.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
17 // the same as gzgets
H A Dgzgetc_basic.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
17 // the same as gzgets
/php-src/ext/zlib/
H A Dphp_zlib.def40 gzgets
H A Dzlib.stub.php271 function gzgets($stream, ?int $length = null): string|false {} function

Completed in 17 milliseconds