Searched refs:buffers (Results 1 – 19 of 19) sorted by relevance
/PHP-7.3/tests/output/ |
H A D | ob_get_length_basic_001.phpt | 10 echo "No output buffers\n"; 25 echo "No output buffers\n"; 29 No output buffers 36 No output buffers
|
H A D | flush_basic_001.phpt | 13 // Ensure user buffers are not flushed by flush() 19 echo "Outside of any user buffers\n"; 25 Outside of any user 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. 11 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. **… 20 echo "because implicit flushing affects only the top level buffer, not user buffers.\n"; 28 *** Testing ob_implicit_flush() : ensure implicit flushing does not apply to 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-7.3/ |
H A D | README.NEW-OUTPUT-API | 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-7.3/ext/fileinfo/tests/ |
H A D | finfo_buffer_basic-mb.phpt | 20 $buffers = array( 33 foreach( $buffers as $string ) {
|
H A D | finfo_buffer_basic.phpt | 20 $buffers = array( 33 foreach( $buffers as $string ) {
|
H A D | finfo_buffer_variation1-mb.phpt | 20 $buffers = array( 33 foreach( $buffers as $string ) {
|
H A D | finfo_buffer_variation1.phpt | 20 $buffers = array( 33 foreach( $buffers as $string ) {
|
/PHP-7.3/tests/lang/ |
H A D | bug30578.phpt | 2 Bug #30578 (Output buffers flushed before calling __desctruct functions)
|
/PHP-7.3/ext/pdo_dblib/tests/ |
H A D | bug_50755.phpt | 12 /* This should be sufficient to overflow any buffers */
|
/PHP-7.3/ext/zip/ |
H A D | php_zip.h | 63 char **buffers; member
|
H A D | php_zip.c | 1044 efree(intern->buffers[i]); in php_zip_object_free_storage() 1046 efree(intern->buffers); in php_zip_object_free_storage() 1879 …ze_obj->buffers = (char **)safe_erealloc(ze_obj->buffers, sizeof(char *), (ze_obj->buffers_cnt+1),… in ZIPARCHIVE_METHOD() 1882 ze_obj->buffers = (char **)emalloc(sizeof(char *)); in ZIPARCHIVE_METHOD() 1886 ze_obj->buffers[pos] = (char *)safe_emalloc(ZSTR_LEN(buffer), 1, 1); in ZIPARCHIVE_METHOD() 1887 memcpy(ze_obj->buffers[pos], ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1); in ZIPARCHIVE_METHOD() 1889 zs = zip_source_buffer(intern, ze_obj->buffers[pos], ZSTR_LEN(buffer), 0); in ZIPARCHIVE_METHOD()
|
/PHP-7.3/Zend/tests/ |
H A D | bug55509.phpt | 25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
|
/PHP-7.3/ext/interbase/ |
H A D | interbase.c | 61 ZEND_ARG_INFO(0, buffers) 71 ZEND_ARG_INFO(0, buffers)
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 3437 - * Install a set of compiled magic buffers.
|
Completed in 42 milliseconds