Home
last modified time | relevance | path

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

/PHP-8.1/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.1/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.1/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.1/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.1/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.1/tests/lang/
H A Dbug30578.phpt2 Bug #30578 (Output buffers flushed before calling __destruct functions)
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_50755.phpt14 /* This should be sufficient to overflow any buffers */
/PHP-8.1/ext/zip/
H A Dphp_zip.h54 char **buffers; member
H A Dphp_zip.c1050 efree(intern->buffers[i]); in php_zip_object_free_storage()
1052 efree(intern->buffers); in php_zip_object_free_storage()
1910 …ze_obj->buffers = (char **)safe_erealloc(ze_obj->buffers, sizeof(char *), (ze_obj->buffers_cnt+1),…
1913 ze_obj->buffers = (char **)emalloc(sizeof(char *));
1917 ze_obj->buffers[pos] = (char *)safe_emalloc(ZSTR_LEN(buffer), 1, 1);
1918 memcpy(ze_obj->buffers[pos], ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1);
1920 zs = zip_source_buffer(intern, ze_obj->buffers[pos], ZSTR_LEN(buffer), 0);
/PHP-8.1/ext/curl/
H A Dcurl_private.h94 zend_llist buffers; member
H A Dinterface.c1772 …zend_llist_init(&ch->to_free->buffers, sizeof(zend_string *), (llist_dtor_func_t)curl_free_buffers… in init_curl_handle()
2170 zend_llist_add_element(&ch->to_free->buffers, &postval); in build_mime_structure_from_hash()
3463 zend_llist_clean(&ch->to_free->buffers); in curl_free_obj()
/PHP-8.1/Zend/tests/
H A Dbug55509.phpt25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
/PHP-8.1/
H A DUPGRADING.INTERNALS96 the PHP integer type) and avoid awkward juggling of temporary buffers.
H A DUPGRADING531 flush its buffers to physical storage.
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch2632 - * Install a set of compiled magic buffers.

Completed in 52 milliseconds