Home
last modified time | relevance | path

Searched refs:fflush (Results 1 – 25 of 52) sorted by last modified time

123

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch894 - (void) fflush( hc->hs->logfp ); /* don't need to flush every time */
/PHP-5.5/sapi/embed/
H A Dphp_embed.c43 fflush(stdout); in php_embed_deactivate()
84 if (fflush(stdout)==EOF) { in php_embed_flush()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c334 if (fflush(stdout) == EOF) { in sapi_cgibin_flush()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c328 if (fflush(stdout)==EOF && errno!=EBADF) { in sapi_cli_flush()
381 fflush(stdout); in sapi_cli_deactivate()
918 fflush(stdout); in do_cli()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c329 if (fflush(stdout) == EOF) { in sapi_cgi_flush()
/PHP-5.5/main/streams/
H A Dstreams.c1277 fflush(stream->stdiocast); in _php_stream_seek()
H A Dplain_wrapper.c478 return fflush(data->file); in php_stdiop_flush()
559 fflush(data->file); in php_stdiop_cast()
/PHP-5.5/main/
H A Dmain.c1101 fflush(stderr); in php_error_cb()
H A Doutput.c99 fflush(stderr); in php_output_stderr()
/PHP-5.5/ext/zlib/tests/
H A Dzlib_wrapper_fflush_basic.phpt2 Test function fflush() on a zlib stream wrapper
16 var_dump(fflush($h));
19 var_dump(fflush($h));
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c257 fflush(stderr); \
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic2.phpt38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic3.phpt38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_variation1.phpt38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_variation2.phpt40 // fflush and end the output buffering to internal output buffer
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44667.phpt18 fflush($pipes[0]);
/PHP-5.5/ext/standard/tests/file/
H A Dproc_open01.phpt23 fflush($pipes[0]);
H A Dftruncate_error.phpt15 fflush($file_handle);
H A Dfflush_variation4.phpt2 Test fflush() function: usage variations - file opened in read-only mode
5 /* Prototype: bool fflush ( resource $handle );
9 /* test fflush() with handle to a file opened in read-only mode as resource */
14 echo "*** Testing fflush(): with file handles of files opened in various read modes ***\n";
34 var_dump( fflush($file_handle) );
44 *** Testing fflush(): with file handles of files opened in various read modes ***
H A Dfflush_basic.phpt2 Test fflush() function: basic functionality
5 /* Prototype: bool fflush ( resource $handle );
9 echo "*** Testing fflush(): writing to a file and reading the contents ***\n";
30 var_dump( fflush($file_handle) );
33 echo "\n*** Testing fflush(): for return type ***\n";
34 $return_value = fflush($file_handle);
48 *** Testing fflush(): writing to a file and reading the contents ***
55 *** Testing fflush(): for return type ***
H A Dfflush_error.phpt2 Test fflush() function: error conditions
6 Prototype: bool fflush ( resource $handle );
14 echo "-- Testing fflush(): with zero argument --\n";
15 var_dump( fflush() );
25 var_dump( fflush($file_handle, $file_handle) );
29 echo "-- Testing fflush(): with invalid arguments --\n";
39 /* loop to test fflush() with different invalid type of args */
42 var_dump( fflush($invalid_args[$loop_counter - 1]) );
55 -- Testing fflush(): with zero argument --
59 -- Testing fflush(): with more than expected number of arguments --
[all …]
H A Dfflush_variation1-win32.phpt2 Test fflush() function: usage variations - files in different modes
11 /* Prototype: bool fflush ( resource $handle );
15 /* test fflush() with handle to the files opened in different modes */
20 echo "*** Testing fflush(): with various types of files ***\n";
54 var_dump( fflush($file_handle) );
67 *** Testing fflush(): with various types of files ***
H A Dfflush_variation1.phpt2 Test fflush() function: usage variations - files in different modes
11 /* Prototype: bool fflush ( resource $handle );
15 /* test fflush() with handle of files opened in different modes */
20 echo "*** Testing fflush(): with various types of files ***\n";
55 var_dump( fflush($file_handle) );
68 *** Testing fflush(): with various types of files ***
H A Dfflush_variation2.phpt2 Test fflush() function: usage variations - links as resource
10 /* Prototype: bool fflush ( resource $handle );
14 /* test fflush() with handle to symbollic link */
19 echo "*** Testing fflush(): with soft links to files opened in diff modes ***\n";
54 var_dump( fflush($file_handle) );
69 *** Testing fflush(): with soft links to files opened in diff modes ***

Completed in 79 milliseconds

123