Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/standard/tests/file/
H A Dfflush_basic.phpt2 Test fflush() function: basic functionality
6 echo "*** Testing fflush(): writing to a file and reading the contents ***\n";
27 var_dump( fflush($file_handle) );
30 echo "\n*** Testing fflush(): for return type ***\n";
31 $return_value = fflush($file_handle);
43 *** Testing fflush(): writing to a file and reading the contents ***
50 *** Testing fflush(): for return type ***
H A Dfflush_variation4.phpt2 Test fflush() function: usage variations - file opened in read-only mode
6 /* test fflush() with handle to a file opened in read-only mode as resource */
11 echo "*** Testing fflush(): with file handles of files opened in various read modes ***\n";
31 var_dump( fflush($file_handle) );
41 *** Testing fflush(): with file handles of files opened in various read modes ***
H A Dftruncate_error.phpt10 fflush($file_handle);
H A Dproc_open01.phpt23 fflush($pipes[0]);
H A Dfflush_variation3.phpt2 Test fflush() function: usage variations - hard links as resource
11 /* test fflush() with handle to hard links as resource */
16 echo "*** Testing fflush(): with hard links to files opened in diff modes ***\n";
51 var_dump( fflush($file_handle) );
66 *** Testing fflush(): with hard links to files opened in diff modes ***
H A Dfflush_variation2.phpt2 Test fflush() function: usage variations - links as resource
11 /* test fflush() with handle to symbollic link */
16 echo "*** Testing fflush(): with soft links to files opened in diff modes ***\n";
51 var_dump( fflush($file_handle) );
66 *** 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
11 /* test fflush() with handle to the files opened in different modes */
16 echo "*** Testing fflush(): with various types of files ***\n";
50 var_dump( fflush($file_handle) );
63 *** Testing fflush(): with various types of files ***
/PHP-8.0/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-8.0/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-8.0/Zend/
H A Dzend_extensions.c40 fflush(stderr); in zend_load_extension()
56 fflush(stderr); in zend_load_extension()
80 fflush(stderr); in zend_load_extension_handle()
96 fflush(stderr); in zend_load_extension_handle()
112 fflush(stderr); in zend_load_extension_handle()
123 fflush(stderr); in zend_load_extension_handle()
131 fflush(stderr); in zend_load_extension_handle()
143 fflush(stderr); in zend_load_extension_handle()
/PHP-8.0/ext/bz2/tests/
H A Dbug81092.phpt2 Bug #81092 (fflush before stream_filter_remove corrupts stream)
12 fflush($stream);
/PHP-8.0/sapi/cli/tests/
H A Dbug70470.phpt17 fflush($fp);
21 fflush($fp);
H A Demptyheader.phpt16 fflush($fp);
/PHP-8.0/ext/bz2/
H A Dbz2_arginfo.h53 ZEND_FUNCTION(fflush);
66 ZEND_FALIAS(bzflush, fflush, arginfo_bzflush)
/PHP-8.0/ext/standard/tests/filters/
H A Dbug46164-2.phpt20 fflush($fd);
/PHP-8.0/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-8.0/sapi/embed/
H A Dphp_embed.c45 fflush(stdout); in php_embed_deactivate()
86 if (fflush(stdout)==EOF) { in php_embed_flush()
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug44667.phpt18 fflush($pipes[0]);
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_debug.c85 fflush(fLog); in zend_accel_error()
/PHP-8.0/ext/curl/tests/
H A Dbug48203_multi.phpt51 fflush(STDERR);
52 fflush(STDOUT);
/PHP-8.0/ext/standard/
H A Dfile.h31 PHPAPI PHP_FUNCTION(fflush);
/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php227 public function fflush() {} function in SplFileObject

Completed in 24 milliseconds

123