Home
last modified time | relevance | path

Searched refs:buffers (Results 1 – 19 of 19) sorted by path

/PHP-5.5/
H A DNEWS3299 . Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers).
6183 - Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
9702 - Fixed bug #30578 (Output buffers flushed before calling __destruct()
H A DREADME.NEW-OUTPUT-API40 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:
/PHP-5.5/Zend/tests/
H A Dbug55509.phpt25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt20 $buffers = array(
33 foreach( $buffers as $string ) {
H A Dfinfo_buffer_variation1.phpt20 $buffers = array(
33 foreach( $buffers as $string ) {
/PHP-5.5/ext/interbase/
H A Dinterbase.c61 ZEND_ARG_INFO(0, buffers)
71 ZEND_ARG_INFO(0, buffers)
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3355 extending its buffers when necessary. It was getting this wrong when the
3647 been re-factored so that it automatically extends its buffers when
4632 4. Changed pcretest to use malloc() for its buffers so that they can be
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9180 tions. Another possibility is to work with two buffers. If a partial
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_50755.phpt12 /* This should be sufficient to overflow any buffers */
/PHP-5.5/ext/zip/
H A Dphp_zip.c1077 efree(intern->buffers[i]); in php_zip_object_free_storage()
1079 efree(intern->buffers); in php_zip_object_free_storage()
1114 intern->buffers = NULL; in php_zip_object_new()
1847 ze_obj->buffers = (char **)erealloc(ze_obj->buffers, sizeof(char *) * (ze_obj->buffers_cnt+1)); in ZIPARCHIVE_METHOD()
1850 ze_obj->buffers = (char **)emalloc(sizeof(char *)); in ZIPARCHIVE_METHOD()
1854 ze_obj->buffers[pos] = (char *)emalloc(buffer_len + 1); in ZIPARCHIVE_METHOD()
1855 memcpy(ze_obj->buffers[pos], buffer, buffer_len + 1); in ZIPARCHIVE_METHOD()
1857 zs = zip_source_buffer(intern, ze_obj->buffers[pos], buffer_len, 0); in ZIPARCHIVE_METHOD()
H A Dphp_zip.h78 char **buffers; member
/PHP-5.5/tests/lang/
H A Dbug30578.phpt2 Bug #30578 (Output buffers flushed before calling __desctruct functions)
/PHP-5.5/tests/output/
H A Dbug46897.phpt2 Bug #46897: ob_flush() should fail to flush unerasable 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 Dflush_basic_001.phpt13 // Ensure user buffers are not flushed by flush()
19 echo "Outside of any user buffers\n";
25 Outside of any user buffers
H A Dob_get_length_basic_001.phpt10 echo "No output buffers\n";
25 echo "No output buffers\n";
29 No output buffers
36 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.
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 Dob_start_error_005.phpt2 ob_start(): ensure buffers can't be added from within callback.

Completed in 104 milliseconds