Home
last modified time | relevance | path

Searched refs:ob_get_flush (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt2 Test ob_get_flush() function : basic functionality
7 /* Prototype : bool ob_get_flush(void)
13 echo "*** Testing ob_get_flush() : basic functionality ***\n";
17 echo "testing ob_get_flush() with some\nNewlines too\n";
18 $string = ob_get_flush();
26 $string = ob_get_flush();
32 *** Testing ob_get_flush() : basic functionality ***
33 testing ob_get_flush() with some
36 string(46) "testing ob_get_flush() with some
H A Dob_get_flush_error.phpt2 Test ob_get_flush() function : error conditions
7 /* Prototype : bool ob_get_flush(void)
13 echo "*** Testing ob_get_flush() : error conditions ***\n";
17 var_dump( ob_get_flush( $extra_arg ) );
20 var_dump( ob_get_flush() );
25 *** Testing ob_get_flush() : error conditions ***
27 Warning: ob_get_flush() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.3/tests/output/
H A Dob_start_basic_unerasable_004.phpt2 ob_start(): Ensure unerasable buffer cannot be accessed or flushed by ob_get_flush().
14 $str = ob_get_flush();
20 Notice: ob_get_flush(): failed to delete buffer callback in %s on line 11
H A Dob_009.phpt2 output buffering - ob_get_flush
7 var_dump(ob_get_flush());
H A Dob_011.phpt7 return ob_get_flush();
13 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
/PHP-5.3/main/
H A Dphp_output.h58 PHP_FUNCTION(ob_get_flush);
H A Doutput.c884 PHP_FUNCTION(ob_get_flush) in PHP_FUNCTION() argument
/PHP-5.3/ext/standard/
H A Dbasic_functions.c3248 PHP_FE(ob_get_flush, arginfo_ob_get_flush)
/PHP-5.3/
H A DNEWS3279 - Fixed memory leak in ob_get_clean/ob_get_flush. (Christian)

Completed in 55 milliseconds