Home
last modified time | relevance | path

Searched refs:fgets (Results 76 – 100 of 136) sorted by relevance

123456

/php-src/sapi/cli/tests/
H A Dphp_cli_server_005.phpt40 echo fgets($fp);
H A Dphp_cli_server_019.phpt30 echo fgets($fp);
H A Dphp_cli_server_015.phpt28 $output .= fgets($fp);
H A Dbug43177.phpt50 echo fgets($fp);
H A Dbug61977.phpt31 $text = fgets($fp);
/php-src/ext/standard/tests/filters/
H A Dbasic.phpt18 var_dump(fgets($fp));
/php-src/benchmark/
H A Dshared.php36 $chunk = fgets($stream);
/php-src/ext/pdo_pgsql/tests/
H A Dgh9411.phpt35 var_dump(fgets($lob));
/php-src/Zend/tests/
H A Ddim_assign_001.phpt16 while ($line = fgets($fp, 256)) {
/php-src/Zend/
H A Dzend_vm_trace_handlers.h94 if (fgets(buf, sizeof(buf)-1, f)) { in zend_vm_trace_init()
/php-src/ext/standard/tests/file/
H A Dbug27508.phpt69 echo fgets($fp);
H A Dbug38450.phpt98 echo fgets($fp);
H A Dbug38450_1.phpt98 echo fgets($fp);
H A Dbug38450_2.phpt98 echo fgets($fp);
H A Dtouch_basic-win32-mb.phpt34 echo fgets($h);
H A Dtouch_basic-win32.phpt34 echo fgets($h);
H A Dbug38450_3.phpt98 echo fgets($fp);
H A Dtouch_basic.phpt35 echo fgets($h);
/php-src/ext/standard/
H A Dfile.h29 PHPAPI PHP_FUNCTION(fgets);
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt23 fgets($client);
H A Dstream_get_meta_data_file_variation2.phpt22 var_dump(fgets($fp));
H A Dstream_get_meta_data_socket_variation1.phpt23 fgets($client);
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc23 while (($line = fgets($pipes[2])) !== false) {
/php-src/ext/curl/tests/
H A Dserver.inc27 while (($line = fgets($pipes[2])) !== false) {
/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt88 fgets($stderr);

Completed in 23 milliseconds

123456