Home
last modified time | relevance | path

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

123

/PHP-5.5/tests/output/
H A Dob_010.phpt2 output buffering - fatalism
13 Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %sob_01…
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 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_006.phpt2 output buffering - ob_end_flush
H A Dob_009.phpt2 output buffering - ob_get_flush
H A Dob_004.phpt2 output buffering - ob_clean
H A Dob_003.phpt2 output buffering - ob_flush
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-5.5/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-5.5/ext/oci8/
H A Doci8_lob.c88 descriptor->buffering = PHP_OCI_LOB_BUFFER_DISABLED; /* buffering is off by default */ in php_oci_lob_create()
481 if (descriptor->buffering == PHP_OCI_LOB_BUFFER_ENABLED) { in php_oci_lob_write()
482 descriptor->buffering = PHP_OCI_LOB_BUFFER_USED; in php_oci_lob_write()
494 if (!on_off && descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
499 if (on_off && descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
515 descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; in php_oci_lob_set_buffering()
523 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_get_buffering()
653 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_USED) { in php_oci_lob_flush()
666 descriptor->buffering = PHP_OCI_LOB_BUFFER_ENABLED; in php_oci_lob_flush()
702 … == OCI_DTYPE_FILE || descriptor->type == OCI_DTYPE_LOB) && descriptor->buffering == PHP_OCI_LOB_B… in php_oci_lob_free()
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
H A Dcurl_setopt_basic003.phpt29 ob_start(); // start output buffering

Completed in 47 milliseconds

123