Home
last modified time | relevance | path

Searched refs:buffers (Results 1 – 17 of 17) sorted by relevance

/PHP-5.3/tests/output/
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 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_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.
H A Dbug46897.phpt2 Bug #46897: ob_flush() should fail to flush unerasable buffers
H A Dbug63377.phpt25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
/PHP-5.3/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.3/tests/lang/
H A Dbug30578.phpt2 Bug #30578 (Output buffers flushed before calling __desctruct functions)
/PHP-5.3/ext/zip/
H A Dphp_zip.h78 char **buffers; member
H A Dphp_zip.c1063 efree(intern->buffers[i]); in php_zip_object_free_storage()
1065 efree(intern->buffers); in php_zip_object_free_storage()
1101 intern->buffers = NULL; in php_zip_object_new()
1843 ze_obj->buffers = (char **)erealloc(ze_obj->buffers, sizeof(char *) * (ze_obj->buffers_cnt+1)); in ZIPARCHIVE_METHOD()
1846 ze_obj->buffers = (char **)emalloc(sizeof(char *)); in ZIPARCHIVE_METHOD()
1850 ze_obj->buffers[pos] = (char *)emalloc(buffer_len + 1); in ZIPARCHIVE_METHOD()
1851 memcpy(ze_obj->buffers[pos], buffer, buffer_len + 1); in ZIPARCHIVE_METHOD()
1853 zs = zip_source_buffer(intern, ze_obj->buffers[pos], buffer_len, 0); in ZIPARCHIVE_METHOD()
/PHP-5.3/Zend/tests/
H A Dbug55509.phpt25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
/PHP-5.3/
H A DTODO42 * Implement flush feature suitable for nested output buffers.
H A DNEWS3133 - Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
6652 - Fixed bug #30578 (Output buffers flushed before calling __destruct()
/PHP-5.3/ext/interbase/
H A Dinterbase.c63 ZEND_ARG_INFO(0, buffers)
73 ZEND_ARG_INFO(0, buffers)
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog2418 extending its buffers when necessary. It was getting this wrong when the
2710 been re-factored so that it automatically extends its buffers when
3695 4. Changed pcretest to use malloc() for its buffers so that they can be
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt8642 tions. Another possibility is to work with two buffers. If a partial

Completed in 89 milliseconds