Searched refs:buffers (Results 1 – 24 of 24) sorted by relevance
/PHP-8.1/ext/standard/tests/streams/ |
H A D | proc_open_bug60120.phpt | 52 $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 D | ob_get_length_basic_001.phpt | 9 echo "No output buffers\n"; 24 echo "No output buffers\n"; 28 No output buffers 35 No output buffers
|
H A D | ob_implicit_flush_basic_002.phpt | 2 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 D | flush_basic_001.phpt | 12 // Ensure user buffers are not flushed by flush() 18 echo "Outside of any user buffers\n"; 24 Outside of any user buffers
|
H A D | bug60282.phpt | 2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
|
H A D | bug60322.phpt | 2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
|
H A D | ob_start_error_005.phpt | 2 ob_start(): ensure buffers can't be added from within callback.
|
H A D | bug46897.phpt | 2 Bug #46897: ob_flush() should fail to flush unerasable buffers
|
/PHP-8.1/docs/ |
H A D | output-api.md | 37 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 D | finfo_buffer_basic-mb.phpt | 14 $buffers = array( 27 foreach( $buffers as $string ) {
|
H A D | finfo_buffer_basic.phpt | 14 $buffers = array( 27 foreach( $buffers as $string ) {
|
H A D | finfo_buffer_variation1-mb.phpt | 14 $buffers = array( 27 foreach( $buffers as $string ) {
|
H A D | finfo_buffer_variation1.phpt | 14 $buffers = array( 27 foreach( $buffers as $string ) {
|
/PHP-8.1/ext/standard/tests/password/ |
H A D | password_bcrypt_short.phpt | 2 Test that password_hash() does not overread buffers when a short hash is passed
|
/PHP-8.1/tests/lang/ |
H A D | bug30578.phpt | 2 Bug #30578 (Output buffers flushed before calling __destruct functions)
|
/PHP-8.1/ext/pdo_dblib/tests/ |
H A D | bug_50755.phpt | 14 /* This should be sufficient to overflow any buffers */
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.h | 54 char **buffers; member
|
H A D | php_zip.c | 1050 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 D | curl_private.h | 94 zend_llist buffers; member
|
H A D | interface.c | 1772 …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 D | bug55509.phpt | 25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
|
/PHP-8.1/ |
H A D | UPGRADING.INTERNALS | 96 the PHP integer type) and avoid awkward juggling of temporary buffers.
|
H A D | UPGRADING | 531 flush its buffers to physical storage.
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 2632 - * Install a set of compiled magic buffers.
|
Completed in 56 milliseconds