Home
last modified time | relevance | path

Searched refs:fgets (Results 51 – 75 of 107) sorted by relevance

12345

/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_006.phpt24 echo fgets($fp);
H A Dphp_cli_server_017.phpt26 echo fgets($fp);
H A Dbug61679.phpt28 echo fgets($fp);
H A Dbug65633.phpt27 echo fgets($fp);
H A Dphp_cli_server_007.phpt24 echo fgets($fp);
H A Dupload_2G.phpt18 if (preg_match('/MemFree[^\d]*(\d+)/i', fgets($f), $m)) {
79 $output .= fgets($fp);
H A Dbug73630.phpt31 echo fgets($fp);
H A Dbug70470.phpt25 echo fgets($fp);
H A Dphp_cli_server_016.phpt33 echo fgets($fp);
H A Dbug66606_2.phpt27 echo fgets($fp);
H A Dphp_cli_server_004.phpt28 echo fgets($fp);
H A Dphp_cli_server_005.phpt40 echo fgets($fp);
H A Dphp_cli_server_012.phpt27 echo fgets($fp);
H A Dphp_cli_server_019.phpt30 echo fgets($fp);
H A Dphp_cli_server_015.phpt29 $output .= fgets($fp);
H A Dbug43177.phpt50 echo fgets($fp);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug72853.phpt22 while ($outs = fgets($pipes[1], 1024)) {
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_003.phpt20 var_dump($ent->openFile()->fgets());
/PHP-7.4/ext/zlib/tests/
H A Dgzgetc_basic.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
H A Dgzgetc_basic_1.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
/PHP-7.4/ext/standard/tests/filters/
H A Dbasic.phpt18 var_dump(fgets($fp));
/PHP-7.4/ext/openssl/tests/
H A Dbug46127.phpt39 echo fgets($sock);
/PHP-7.4/ext/standard/tests/file/
H A Dfeof_basic.phpt26 //so fgets will be called even if we are at the end of the file on
31 $lastline = fgets($h);
H A Dbug27508.phpt68 echo fgets($fp);
/PHP-7.4/Zend/
H A Dzend_vm_trace_handlers.h94 if (fgets(buf, sizeof(buf)-1, f)) { in zend_vm_trace_init()

Completed in 20 milliseconds

12345