Home
last modified time | relevance | path

Searched refs:fflush (Results 1 – 25 of 59) sorted by relevance

123

/PHP-7.4/ext/standard/tests/file/
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);
46 *** Testing fflush(): writing to a file and reading the contents ***
53 *** Testing fflush(): for return type ***
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_variation3.phpt2 Test fflush() function: usage variations - hard links as resource
10 /* Prototype: bool fflush ( resource $handle );
14 /* test fflush() with handle to hard links as resource */
19 echo "*** Testing fflush(): with hard links to files opened in diff modes ***\n";
54 var_dump( fflush($file_handle) );
69 *** Testing fflush(): with hard links to files opened in diff modes ***
H A Dproc_open01.phpt23 fflush($pipes[0]);
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 ***
H A Dfflush_variation1-win32-mb.phpt2 Test fflush() function: usage variations - files in different modes
10 /* Prototype: bool fflush ( resource $handle );
14 /* test fflush() with handle to the files opened in different modes */
19 echo "*** Testing fflush(): with various types of files ***\n";
53 var_dump( fflush($file_handle) );
66 *** Testing fflush(): with various types of files ***
H A Dfflush_variation1-win32.phpt2 Test fflush() function: usage variations - files in different modes
10 /* Prototype: bool fflush ( resource $handle );
14 /* test fflush() with handle to the files opened in different modes */
19 echo "*** Testing fflush(): with various types of files ***\n";
53 var_dump( fflush($file_handle) );
66 *** Testing fflush(): with various types of files ***
H A Dfflush_variation1.phpt2 Test fflush() function: usage variations - files in different modes
10 /* Prototype: bool fflush ( resource $handle );
14 /* test fflush() with handle of files opened in different modes */
19 echo "*** Testing fflush(): with various types of files ***\n";
54 var_dump( fflush($file_handle) );
67 *** Testing fflush(): with various types of files ***
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fflush_basic_001.phpt2 SplFileObject::fflush function - basic test
9 var_dump($obj->fflush());
33 var_dump($obj->fflush());
H A Dbug77751.phpt11 $logfile->fflush();
/PHP-7.4/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-7.4/Zend/
H A Dzend_extensions.c39 fflush(stderr); in zend_load_extension()
48 fflush(stderr); in zend_load_extension()
72 fflush(stderr); in zend_load_extension_handle()
88 fflush(stderr); in zend_load_extension_handle()
104 fflush(stderr); in zend_load_extension_handle()
115 fflush(stderr); in zend_load_extension_handle()
123 fflush(stderr); in zend_load_extension_handle()
134 fflush(stderr); in zend_load_extension_handle()
/PHP-7.4/ext/bz2/tests/
H A Dbug81092.phpt2 Bug #81092 (fflush before stream_filter_remove corrupts stream)
12 fflush($stream);
/PHP-7.4/sapi/cli/tests/
H A Dbug70470.phpt17 fflush($fp);
21 fflush($fp);
H A Demptyheader.phpt16 fflush($fp);
/PHP-7.4/ext/standard/tests/filters/
H A Dbug46164-2.phpt20 fflush($fd);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug81346.phpt13 fflush($s);
H A Dbug75776.phpt18 fflush($stream);
H A Dproc_open_bug69900.phpt31 fflush($pipes[0]);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44667.phpt18 fflush($pipes[0]);
/PHP-7.4/sapi/embed/
H A Dphp_embed.c46 fflush(stdout); in php_embed_deactivate()
87 if (fflush(stdout)==EOF) { in php_embed_flush()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_debug.c85 fflush(fLog); in zend_accel_error()
/PHP-7.4/ext/curl/tests/
H A Dbug48203_multi.phpt51 fflush(STDERR);
52 fflush(STDOUT);
/PHP-7.4/ext/standard/
H A Dfile.h42 PHPAPI PHP_FUNCTION(fflush);
/PHP-7.4/sapi/cli/
H A Dphp_cli.c318 if (fflush(stdout)==EOF && errno!=EBADF) { in sapi_cli_flush()
367 fflush(stderr); in sapi_cli_log_message()
374 fflush(stdout); in sapi_cli_deactivate()
888 fflush(stdout); in do_cli()

Completed in 45 milliseconds

123