Searched refs:buffers (Results 1 – 21 of 21) sorted by relevance
/PHP-8.0/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.0/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 | bug60322.phpt | 2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
|
H A D | bug60282.phpt | 2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
|
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.0/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.0/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.0/ext/fileinfo/tests/ |
H A D | finfo_buffer_basic.phpt | 14 $buffers = array( 27 foreach( $buffers as $string ) {
|
H A D | finfo_buffer_basic-mb.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.0/tests/lang/ |
H A D | bug30578.phpt | 2 Bug #30578 (Output buffers flushed before calling __desctruct functions)
|
/PHP-8.0/ext/pdo_dblib/tests/ |
H A D | bug_50755.phpt | 12 /* This should be sufficient to overflow any buffers */
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.h | 54 char **buffers; member
|
H A D | php_zip.c | 1041 efree(intern->buffers[i]); in php_zip_object_free_storage() 1043 efree(intern->buffers); in php_zip_object_free_storage() 1901 …ze_obj->buffers = (char **)safe_erealloc(ze_obj->buffers, sizeof(char *), (ze_obj->buffers_cnt+1),… 1904 ze_obj->buffers = (char **)emalloc(sizeof(char *)); 1908 ze_obj->buffers[pos] = (char *)safe_emalloc(ZSTR_LEN(buffer), 1, 1); 1909 memcpy(ze_obj->buffers[pos], ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1); 1911 zs = zip_source_buffer(intern, ze_obj->buffers[pos], ZSTR_LEN(buffer), 0);
|
/PHP-8.0/Zend/tests/ |
H A D | bug55509.phpt | 25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
|
/PHP-8.0/ |
H A D | NEWS | 1048 . Fixed bug #80384 (filter buffers entire read until file closed). (Adam
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 2907 - * Install a set of compiled magic buffers.
|
Completed in 49 milliseconds