Home
last modified time | relevance | path

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

/PHP-8.1/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.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
17 // the same as gzgets
H A Dgzgetc_basic_1.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
17 // the same as gzgets
/PHP-8.1/ext/zlib/
H A Dphp_zlib.def40 gzgets
H A Dzlib.stub.php129 function gzgets($stream, ?int $length = null): string|false {} function
H A Dzlib_arginfo.h191 ZEND_FALIAS(gzgets, fgets, arginfo_gzgets)

Completed in 10 milliseconds