Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 25 of 71) sorted by relevance

123

/PHP-7.2/tests/output/
H A Dob_011.phpt2 output buffering - fatalism
13 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
H A Dbug70970.phpt2 Bug #70970 (Segfault when combining error handler with output buffering)
28 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug7…
H A Dbug65593.phpt12 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug6…
H A Dob_start_error_005.phpt23 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on …
H A Dob_001.phpt2 output buffering - nothing
H A Dob_002.phpt2 output buffering - ob_start
H A Dob_007.phpt2 output buffering - ob_get_clean
H A Dob_008.phpt2 output buffering - ob_get_contents
H A Dob_004.phpt2 output buffering - ob_clean
H A Dob_006.phpt2 output buffering - ob_end_flush
H A Dob_009.phpt2 output buffering - ob_get_flush
H A Dob_003.phpt2 output buffering - ob_flush
H A Dob_010.phpt2 output buffering - fatalism
H A Dob_005.phpt2 output buffering - ob_end_clean
H A Dob_012.phpt2 output buffering - multiple
H A Dob_018.phpt2 output buffering - error message nirvana bug #37714
H A Dob_020.phpt2 output buffering - ob_list_handlers
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
H A Dob_017.phpt2 output buffering - stati
H A Dob_014.phpt2 output buffering - failure
H A Dob_015.phpt2 output buffering - failure
/PHP-7.2/tests/func/
H A D008.phpt2 Test for buffering in core functions with implicit flush off
H A D009.phpt2 Test for buffering in core functions with implicit flush on
H A D006.phpt2 Output buffering tests
/PHP-7.2/ext/oci8/
H A Doci8_lob.c87 descriptor->buffering = PHP_OCI_LOB_BUFFER_DISABLED; /* buffering is off by default */ in php_oci_lob_create()
450 if (descriptor->buffering == PHP_OCI_LOB_BUFFER_ENABLED) { in php_oci_lob_write()
451 descriptor->buffering = PHP_OCI_LOB_BUFFER_USED; in php_oci_lob_write()
466 if (!on_off && descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
471 if (on_off && descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
487 descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; in php_oci_lob_set_buffering()
497 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_get_buffering()
637 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_USED) { in php_oci_lob_flush()
650 descriptor->buffering = PHP_OCI_LOB_BUFFER_ENABLED; in php_oci_lob_flush()
688 … == OCI_DTYPE_FILE || descriptor->type == OCI_DTYPE_LOB) && descriptor->buffering == PHP_OCI_LOB_B… in php_oci_lob_free()

Completed in 23 milliseconds

123