Home
last modified time | relevance | path

Searched refs:ob_flush (Results 1 – 24 of 24) sorted by relevance

/php-src/tests/output/
H A Dob_flush_basic_001.phpt2 Test ob_flush() function : basic functionality
5 echo "*** Testing ob_flush() : basic functionality ***\n";
8 echo "\n-- Testing ob_flush() function with Zero arguments --\n";
9 var_dump(ob_flush());
13 var_dump(ob_flush());
16 $out = ob_flush();
23 *** Testing ob_flush() : basic functionality ***
25 -- Testing ob_flush() function with Zero arguments --
27 Notice: ob_flush(): Failed to flush buffer. No buffer to flush in %s on line %d
H A Dob_003.phpt2 output buffering - ob_flush
7 ob_flush();
9 ob_flush();
H A Dob_start_basic_unerasable_005.phpt2 ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush()
14 var_dump(ob_flush());
20 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line 11
23 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line 11
H A Dbug46897.phpt2 Bug #46897: ob_flush() should fail to flush unerasable buffers
14 var_dump(ob_flush());
21 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line %d
24 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line %d
H A Dob_012.phpt15 ob_flush();
H A Dob_017.phpt16 ob_flush();
H A Dob_013.phpt39 ob_flush();
41 ob_flush();
H A Dob_get_length_basic_001.phpt16 ob_flush();
H A Dob_get_contents_basic_001.phpt32 ob_flush();
/php-src/ext/zlib/tests/
H A Dbug61820.phpt10 ob_flush();
14 ob_flush();
H A Dbug65391.phpt15 ob_flush();
/php-src/ext/session/tests/
H A Dbug26862.phpt2 Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss)
20 ob_flush();
H A D021.phpt33 ob_flush();
42 ob_flush();
51 ob_flush();
/php-src/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
20 ob_flush();
/php-src/ext/standard/tests/streams/
H A Dgh10031.phpt24 @ob_flush();
40 @ob_flush();
/php-src/ext/standard/tests/general_functions/
H A Dbug44394.phpt15 ob_flush();
H A Dbug44394_2.phpt25 ob_flush();
H A Durl_rewriting_basic3.phpt66 ob_flush();
H A Durl_rewriting_basic2.phpt65 ob_flush();
/php-src/ext/session/tests/user_session_module/
H A Dbug79091.phpt58 ob_flush();
/php-src/ext/soap/tests/bugs/
H A Dbug41566.phpt58 ob_flush();
/php-src/main/
H A Doutput.c1314 PHP_FUNCTION(ob_flush) in PHP_FUNCTION() argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1539 function ob_flush(): bool {} function
H A Dbasic_functions_arginfo.h2316 ZEND_FUNCTION(ob_flush);
2937 ZEND_FE(ob_flush, arginfo_ob_flush)

Completed in 97 milliseconds