Home
last modified time | relevance | path

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

/PHP-5.5/tests/output/
H A Dob_flush_basic_001.phpt2 Test ob_flush() function : basic functionality
5 /* Prototype : proto bool ob_flush(void)
11 echo "*** Testing ob_flush() : basic functionality ***\n";
14 echo "\n-- Testing ob_flush() function with Zero arguments --\n";
15 var_dump(ob_flush());
19 var_dump(ob_flush());
22 $out = ob_flush();
29 *** Testing ob_flush() : basic functionality ***
31 -- Testing ob_flush() function with Zero arguments --
33 Notice: ob_flush(): failed to flush buffer. No buffer to flush in %s on line 12
H A Dob_flush_error_001.phpt2 Test ob_flush() function : error conditions
5 /* Prototype : proto bool ob_flush(void)
11 echo "*** Testing ob_flush() : error conditions ***\n";
14 echo "\n-- Testing ob_flush() function with one argument --\n";
16 var_dump( ob_flush($extra_arg) );
21 *** Testing ob_flush() : error conditions ***
23 -- Testing ob_flush() function with one argument --
25 Warning: ob_flush() expects exactly 0 parameters, 1 given in %s on line 13
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_013.phpt19 ob_flush();
21 ob_flush();
H A Dob_012.phpt15 ob_flush();
H A Dob_017.phpt16 ob_flush();
H A Dob_get_length_basic_001.phpt17 ob_flush();
H A Dob_get_contents_basic_001.phpt39 ob_flush();
/PHP-5.5/ext/zlib/tests/
H A Dbug61820.phpt12 ob_flush();
16 ob_flush();
H A Dbug65391.phpt17 ob_flush();
/PHP-5.5/ext/session/tests/
H A Dbug26862.phpt2 Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss)
16 ob_flush();
H A D021.phpt27 ob_flush();
36 ob_flush();
45 ob_flush();
/PHP-5.5/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
20 ob_flush();
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44394.phpt12 ob_flush();
H A Dbug44394_2.phpt23 ob_flush();
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug41566.phpt58 ob_flush();
/PHP-5.5/main/
H A Dphp_output.h254 PHP_FUNCTION(ob_flush);
H A Doutput.c1343 PHP_FUNCTION(ob_flush) in PHP_FUNCTION() argument
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3274 PHP_FE(ob_flush, arginfo_ob_flush)
/PHP-5.5/
H A DNEWS6183 - Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).

Completed in 76 milliseconds