Searched refs:fflush (Results 1 – 25 of 63) sorted by relevance
123
2 Test fflush() function: basic functionality6 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 ***
2 Test fflush() function: usage variations - file opened in read-only mode6 /* 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 ***
10 fflush($file_handle);
23 fflush($pipes[0]);
2 Test fflush() function: usage variations - hard links as resource11 /* 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 ***
2 Test fflush() function: usage variations - links as resource11 /* 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 ***
2 Test fflush() function: usage variations - files in different modes11 /* 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 ***
2 SplFileObject::fflush function - basic test9 var_dump($obj->fflush());33 var_dump($obj->fflush());
11 $logfile->fflush();
2 Test function fflush() on a zlib stream wrapper16 var_dump(fflush($h));19 var_dump(fflush($h));
40 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()
2 Bug #81092 (fflush before stream_filter_remove corrupts stream)12 fflush($stream);
17 fflush($fp);21 fflush($fp);
16 fflush($fp);
53 ZEND_FUNCTION(fflush);66 ZEND_FALIAS(bzflush, fflush, arginfo_bzflush)
20 fflush($fd);
13 fflush($s);
18 fflush($stream);
31 fflush($pipes[0]);
45 fflush(stdout); in php_embed_deactivate()86 if (fflush(stdout)==EOF) { in php_embed_flush()
18 fflush($pipes[0]);
85 fflush(fLog); in zend_accel_error()
51 fflush(STDERR);52 fflush(STDOUT);
31 PHPAPI PHP_FUNCTION(fflush);
227 public function fflush() {} function in SplFileObject
Completed in 40 milliseconds