Home
last modified time | relevance | path

Searched refs:ob_implicit_flush (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/tests/output/
H A Dob_implicit_flush_error_001.phpt2 Test ob_implicit_flush() function : wrong number of arguments
5 /* Prototype : proto void ob_implicit_flush([int flag])
11 echo "*** Testing ob_implicit_flush() : error conditions ***\n";
14 //Test ob_implicit_flush with one more than the expected number of arguments
15 echo "\n-- Testing ob_implicit_flush() function with more than expected no. of arguments --\n";
18 var_dump( ob_implicit_flush($flag, $extra_arg) );
23 *** Testing ob_implicit_flush() : error conditions ***
25 -- Testing ob_implicit_flush() function with more than expected no. of arguments --
27 Warning: ob_implicit_flush() expects at most 1 parameter, 2 given in %s on line 15
H A Dob_implicit_flush_basic_001.phpt2 Test ob_implicit_flush() function : check return value (always null).
5 /* Prototype : proto void ob_implicit_flush([int flag])
11 echo "*** Testing ob_implicit_flush() : check return value ***\n";
13 var_dump(ob_implicit_flush());
14 var_dump(ob_implicit_flush(true));
15 var_dump(ob_implicit_flush(false));
20 *** Testing ob_implicit_flush() : check return value ***
H A Dob_implicit_flush_variation_001.phpt2 Test ob_implicit_flush() function : usage variation
5 /* Prototype : void ob_implicit_flush([int flag])
11 echo "*** Testing ob_implicit_flush() : usage variation ***\n";
100 var_dump( ob_implicit_flush($value) );
105 *** Testing ob_implicit_flush() : usage variation ***
123 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, array given, %s(97)
127 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, array given, %s(97)
131 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, array given, %s(97)
135 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, array given, %s(97)
181 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, object given, %s(97)
[all …]
H A Dob_implicit_flush_basic_002.phpt2 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
5 /* Prototype : proto void ob_implicit_flush([int flag])
11 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. **…
16 ob_implicit_flush(1);
28 *** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. ***
/PHP-5.5/main/
H A Dphp_output.h264 PHP_FUNCTION(ob_implicit_flush);
H A Doutput.c1543 PHP_FUNCTION(ob_implicit_flush) in PHP_FUNCTION() argument
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3284 PHP_FE(ob_implicit_flush, arginfo_ob_implicit_flush)

Completed in 44 milliseconds