Searched refs:buffers (Results 1 – 20 of 20) sorted by relevance
10 echo "No output buffers\n";25 echo "No output buffers\n";29 No output buffers36 No output buffers
13 // Ensure user buffers are not flushed by flush()19 echo "Outside of any user buffers\n";25 Outside of any user buffers
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. ***
2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
2 ob_start(): ensure buffers can't be added from within callback.
2 Bug #46897: ob_flush() should fail to flush unerasable buffers
40 Flushing all output buffers:48 Cleaning all output buffers:56 Discarding all output buffers:64 Stopping (and dropping) all output buffers:68 Retrieving output buffers contents:72 Retrieving output buffers length:
340 - ob_start() no longer starts multiple output buffers when passed
2110 . Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers).4994 - Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).8513 - Fixed bug #30578 (Output buffers flushed before calling __destruct()
20 $buffers = array(33 foreach( $buffers as $string ) {
2 Bug #30578 (Output buffers flushed before calling __desctruct functions)
12 /* This should be sufficient to overflow any buffers */
78 char **buffers; member
1069 efree(intern->buffers[i]); in php_zip_object_free_storage()1071 efree(intern->buffers); in php_zip_object_free_storage()1106 intern->buffers = NULL; in php_zip_object_new()1839 ze_obj->buffers = (char **)erealloc(ze_obj->buffers, sizeof(char *) * (ze_obj->buffers_cnt+1)); in ZIPARCHIVE_METHOD()1842 ze_obj->buffers = (char **)emalloc(sizeof(char *)); in ZIPARCHIVE_METHOD()1846 ze_obj->buffers[pos] = (char *)emalloc(buffer_len + 1); in ZIPARCHIVE_METHOD()1847 memcpy(ze_obj->buffers[pos], buffer, buffer_len + 1); in ZIPARCHIVE_METHOD()1849 zs = zip_source_buffer(intern, ze_obj->buffers[pos], buffer_len, 0); in ZIPARCHIVE_METHOD()
25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
61 ZEND_ARG_INFO(0, buffers)71 ZEND_ARG_INFO(0, buffers)
3179 extending its buffers when necessary. It was getting this wrong when the3471 been re-factored so that it automatically extends its buffers when4456 4. Changed pcretest to use malloc() for its buffers so that they can be
9156 tions. Another possibility is to work with two buffers. If a partial
Completed in 93 milliseconds