Searched refs:fflush (Results 1 – 25 of 58) sorted by relevance
123
2 Test fflush() function: error conditions6 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 …]
2 Test fflush() function: basic functionality5 /* 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 ***
2 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 ***
2 Test fflush() function: usage variations - hard links as resource10 /* 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 ***
2 Test fflush() function: usage variations - links as resource10 /* 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 ***
23 fflush($pipes[0]);
2 Test fflush() function: usage variations - files in different modes11 /* 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 ***
2 Test fflush() function: usage variations - files in different modes11 /* 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 ***
15 fflush($file_handle);
40 fflush(stderr); in zend_load_extension()60 fflush(stderr); in zend_load_extension()77 fflush(stderr); in zend_load_extension()93 fflush(stderr); in zend_load_extension()104 fflush(stderr); in zend_load_extension()112 fflush(stderr); in zend_load_extension()123 fflush(stderr); in zend_load_extension()
89 fflush(stderr); in zend_mm_panic()1083 fflush(stderr); in zend_mm_startup_ex()1092 fflush(stderr); in zend_mm_startup_ex()1102 fflush(stderr); in zend_mm_startup_ex()1185 fflush(stderr); in zend_mm_startup()1192 fflush(stderr); in zend_mm_startup()1206 fflush(stderr); in zend_mm_startup()1213 fflush(stderr); in zend_mm_startup()1798 fflush(stderr); in zend_mm_safe_error()
2 SplFileObject::fflush function - basic test 9 var_dump($obj->fflush());33 var_dump($obj->fflush());
2 Test function fflush() on a zlib stream wrapper16 var_dump(fflush($h));19 var_dump(fflush($h));
23 fflush($fp);27 fflush($fp);
20 fflush($fd);
18 fflush($pipes[0]);
43 fflush(stdout); in php_embed_deactivate()84 if (fflush(stdout)==EOF) { in php_embed_flush()
17 fflush($socket);
95 fflush(fLog); in zend_accel_error()
44 PHPAPI PHP_FUNCTION(fflush);
397 (void)fflush(stdout); in uncompressbuf()398 (void)fflush(stderr); in uncompressbuf()
127 function fflush()129 return fflush($this->fp);
43 // fflush and end the output buffering to internal output buffer
38 // fflush and end the output buffering to internal output buffer
Completed in 55 milliseconds