Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt2 Test ob_get_flush() function : basic functionality
7 echo "*** Testing ob_get_flush() : basic functionality ***\n";
11 echo "testing ob_get_flush() with some\nNewlines too\n";
12 $string = ob_get_flush();
20 $string = ob_get_flush();
25 *** Testing ob_get_flush() : basic functionality ***
26 testing ob_get_flush() with some
29 string(46) "testing ob_get_flush() with some
H A Dob_get_flush_error.phpt2 Test ob_get_flush() function : error conditions
7 echo "*** Testing ob_get_flush() : error conditions ***\n";
10 var_dump( ob_get_flush() );
14 *** Testing ob_get_flush() : error conditions ***
16 Notice: ob_get_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
/php-src/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();
19 Notice: ob_get_flush(): Failed to send buffer of callback (0) in %s on line 11
21 Notice: ob_get_flush(): Failed to delete buffer of callback (0) 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.phpt13 return ob_get_flush();
19 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc233 $run1_output = ob_get_flush();
/php-src/main/
H A Doutput.c1386 PHP_FUNCTION(ob_get_flush) in PHP_FUNCTION() argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1548 function ob_get_flush(): string|false {} function
H A Dbasic_functions_arginfo.h2320 ZEND_FUNCTION(ob_get_flush);
2941 ZEND_FE(ob_get_flush, arginfo_ob_get_flush)

Completed in 50 milliseconds