Home
last modified time | relevance | path

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

123

/PHP-7.4/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
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug66528.phpt49 …your code is only ever going to run against mysql, you may enable query buffering by setting the P…
50 …your code is only ever going to run against mysql, you may enable query buffering by setting the P…
51 …your code is only ever going to run against mysql, you may enable query buffering by setting the P…
/PHP-7.4/tests/func/
H A D009.phpt2 Test for buffering in core functions with implicit flush on
H A D008.phpt2 Test for buffering in core functions with implicit flush off
H A D006.phpt2 Output buffering tests
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt43 $socket, $buffering, $wants, 0, $address, $port);
58 $buf .= $buffering;
/PHP-7.4/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 19 milliseconds

123