Home
last modified time | relevance | path

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

/PHP-7.4/tests/output/
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_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-7.4/ext/standard/tests/serialize/
H A Dbug78438.phpt48 ob_implicit_flush();
/PHP-7.4/main/
H A Dphp_output.h258 PHP_FUNCTION(ob_implicit_flush);
H A Doutput.c1521 PHP_FUNCTION(ob_implicit_flush) in PHP_FUNCTION() argument
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3321 PHP_FE(ob_implicit_flush, arginfo_ob_implicit_flush)

Completed in 26 milliseconds