Home
last modified time | relevance | path

Searched refs:buffers (Results 1 – 22 of 22) sorted by relevance

/PHP-8.2/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt52 $buffers = [
71 $buffers[
76 if (strlen($buffers[1]) === 10000 &&
77 strlen($buffers[2]) === 10000) {
83 $buffers[1],
84 $buffers[2],
/PHP-8.2/tests/output/
H A Dob_get_length_basic_001.phpt9 echo "No output buffers\n";
24 echo "No output buffers\n";
28 No output buffers
35 No output buffers
H A Dob_implicit_flush_basic_002.phpt2 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
5 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. **…
14 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
22 *** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. ***
H A Dflush_basic_001.phpt12 // Ensure user buffers are not flushed by flush()
18 echo "Outside of any user buffers\n";
24 Outside of any user buffers
H A Dbug60282.phpt2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
H A Dbug60322.phpt2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
H A Dob_start_error_005.phpt2 ob_start(): ensure buffers can't be added from within callback.
H A Dbug46897.phpt2 Bug #46897: ob_flush() should fail to flush unerasable buffers
/PHP-8.2/docs/
H A Doutput-api.md37 Flushing all output buffers:
45 Cleaning all output buffers:
53 Discarding all output buffers:
61 Stopping (and dropping) all output buffers:
65 Retrieving output buffers contents:
69 Retrieving output buffers length:
/PHP-8.2/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt14 $buffers = array(
27 foreach( $buffers as $string ) {
H A Dfinfo_buffer_basic.phpt14 $buffers = array(
27 foreach( $buffers as $string ) {
H A Dfinfo_buffer_variation1-mb.phpt14 $buffers = array(
27 foreach( $buffers as $string ) {
H A Dfinfo_buffer_variation1.phpt14 $buffers = array(
27 foreach( $buffers as $string ) {
/PHP-8.2/ext/standard/tests/password/
H A Dpassword_bcrypt_short.phpt2 Test that password_hash() does not overread buffers when a short hash is passed
/PHP-8.2/tests/lang/
H A Dbug30578.phpt2 Bug #30578 (Output buffers flushed before calling __destruct functions)
/PHP-8.2/ext/pdo_dblib/tests/
H A Dbug_50755.phpt19 /* This should be sufficient to overflow any buffers */
/PHP-8.2/ext/zip/
H A Dphp_zip.h68 char **buffers; member
H A Dphp_zip.c1062 efree(intern->buffers[i]); in php_zip_object_free_storage()
1064 efree(intern->buffers); in php_zip_object_free_storage()
1941 …ze_obj->buffers = (char **)safe_erealloc(ze_obj->buffers, sizeof(char *), (ze_obj->buffers_cnt+1),…
1944 ze_obj->buffers = (char **)emalloc(sizeof(char *));
1948 ze_obj->buffers[pos] = (char *)safe_emalloc(ZSTR_LEN(buffer), 1, 1);
1949 memcpy(ze_obj->buffers[pos], ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1);
1951 zs = zip_source_buffer(intern, ze_obj->buffers[pos], ZSTR_LEN(buffer), 0);
/PHP-8.2/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt118 die("&#ZZZ is broken when it spans two buffers!");
120 die("&#xZZZ is broken when it spans two buffers!");
123 die("&#65 is broken when it spans two buffers!");
125 die("&#x41 is broken when it spans two buffers!");
H A Dcp5022x_encoding.phpt386 // This should work even on a boundary between separately processed buffers
/PHP-8.2/Zend/tests/
H A Dbug55509.phpt25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch2406 - * Install a set of compiled magic buffers.

Completed in 50 milliseconds