Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 25 of 75) sorted by last modified time

123

/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c120 int zlog_set_buffering(zlog_bool buffering) /* {{{ */ in zlog_set_buffering() argument
124 zlog_buffering = buffering; in zlog_set_buffering()
/PHP-7.4/
H A Dphp.ini-development193 ; Output buffering is a mechanism for controlling how much output data
204 ; Note: Output buffering can also be controlled via Output Buffering Control
214 ; http://php.net/output-buffering
220 ; Setting any output handler automatically turns on output buffering.
H A Dphp.ini-production193 ; Output buffering is a mechanism for controlling how much output data
204 ; Note: Output buffering can also be controlled via Output Buffering Control
214 ; http://php.net/output-buffering
220 ; Setting any output handler automatically turns on output buffering.
/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/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt38 // start the buffering of next command to internal output buffer
47 // fflush and end the output buffering to internal output buffer
/PHP-7.4/ext/session/tests/
H A Dbug32330.phpt55 // without output buffering, the debug messages will cause all manner of warnings
/PHP-7.4/tests/output/
H A Dob_014.phpt2 output buffering - failure
H A Dob_015.phpt2 output buffering - failure
H A Dob_start_basic_002.phpt25 // Use each of the above functions as an output buffering callback:
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt24 // No buffering active
/PHP-7.4/ext/oci8/tests/
H A Ddbmsoutput.phpt103 setserveroutputon($c); // Turn output buffering on
/PHP-7.4/ext/oci8/
H A Doci8.c1483 …if (descriptor && descriptor->buffering == PHP_OCI_LOB_BUFFER_USED && (descriptor->type == OCI_DTY… in php_oci_descriptor_flush_hash_dtor()
1485 descriptor->buffering = PHP_OCI_LOB_BUFFER_ENABLED; in php_oci_descriptor_flush_hash_dtor()
2480 descriptor->buffering = 0; in php_oci_column_to_zval()
H A Doci8_interface.c818 if (descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { in PHP_FUNCTION()
883 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in PHP_FUNCTION()
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()
H A Dphp_oci8_int.h181 int buffering; /* cached buffering flag. 0 - off, 1 - on, 2 - on and buffer was used */ member
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_001.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_005.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_006.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_007.phpt15 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt24 ob_start(); // start output buffering
H A Dcurl_basic_018.phpt28 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_002.phpt18 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
H A Dcurl_basic_001.phpt24 ob_start(); // start output buffering
H A Dcurl_basic_002.phpt25 ob_start(); // start output buffering

Completed in 88 milliseconds

123