Home
last modified time | relevance | path

Searched refs:flush (Results 26 – 50 of 82) sorted by last modified time

1234

/PHP-7.4/main/
H A DSAPI.c999 if (sapi_module.flush) { in sapi_flush()
1000 sapi_module.flush(SG(server_context)); in sapi_flush()
H A DSAPI.h229 void (*flush)(void *server_context); member
/PHP-7.4/ext/xmlwriter/tests/
H A D001.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
H A D003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, attribute
H A D004.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
H A DOO_005.phpt23 $output_bytes = $xw->flush(true);
H A D002.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush
H A DOO_001.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
16 $output_bytes = $xw->flush(true);
H A DOO_002.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush
15 echo $xw->flush(true);
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
30 echo $xw->flush(true);
H A DOO_004.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
20 $xw->flush(true);
H A Dbug41326.phpt21 print $xml->flush(true);
37 print $xw->flush(true);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
30 Notice: ob_get_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
/PHP-7.4/ext/standard/
H A Dbasic_functions.h55 PHP_FUNCTION(flush);
/PHP-7.4/ext/oci8/tests/
H A Dreflection2.phpt57 Method [ <internal%s> public method flush ] {
H A Dlob_001.phpt36 var_dump($blob->flush());
H A Dlob_002.phpt35 var_dump($blob->flush());
/PHP-7.4/ext/oci8/
H A Doci8.c856 PHP_FALIAS(flush, oci_lob_flush, arginfo_oci_lob_flush_method)
/PHP-7.4/Zend/tests/
H A Dbug64960.phpt32 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %sbug649…
/PHP-7.4/tests/output/
H A Dob_end_flush_basic_001.phpt33 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
39 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_flush_basic_001.phpt21 echo "Ensure the buffer is still active after the flush.\n";
33 Notice: ob_flush(): failed to flush buffer. No buffer to flush in %s on line 12
37 Ensure the buffer is still active after the flush.
H A Dob_get_contents_basic_001.phpt36 echo "\ncheck that contents disappear after a flush\n";
66 check that contents disappear after a flush
H A Dob_get_level_basic_001.phpt45 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_implicit_flush_basic_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …

Completed in 51 milliseconds

1234