Home
last modified time | relevance | path

Searched refs:buffer (Results 126 – 150 of 300) sorted by relevance

12345678910>>...12

/PHP-5.4/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-5.4/tests/output/
H A Dob_014.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
H A Dob_015.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
H A Dob_start_error_003.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11
H A Dob_start_error_004.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11
H A Dob_clean_error_001.phpt6 * Description: Clean (delete) the current output buffer
H A Dob_get_contents_error_001.phpt8 * Description: Return the contents of the output buffer
H A Dob_get_level_error_001.phpt6 * Description: Return the nesting level of the output buffer
/PHP-5.4/ext/zlib/tests/
H A Dgzinflate_error1.phpt30 echo "\n-- Testing with a buffer that is too small --\n";
63 -- Testing with a buffer that is too small --
H A Dgzuncompress_error1.phpt30 echo "\n-- Testing with a buffer that is too small --\n";
65 -- Testing with a buffer that is too small --
/PHP-5.4/ext/fileinfo/tests/
H A Dbug68819_002.phpt21 $type = $finfo->buffer($string);
/PHP-5.4/Zend/tests/
H A Dgc_023.phpt2 GC 023: Root buffer overflow (automatic collection)
/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_variation1.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
/PHP-5.4/ext/phar/
H A Dtar.c279 # define PHAR_GET_32(buffer) \ in phar_parse_tarfile() argument
280 (((((unsigned char*)(buffer))[3]) << 24) \ in phar_parse_tarfile()
281 | ((((unsigned char*)(buffer))[2]) << 16) \ in phar_parse_tarfile()
282 | ((((unsigned char*)(buffer))[1]) << 8) \ in phar_parse_tarfile()
283 | (((unsigned char*)(buffer))[0])) in phar_parse_tarfile()
285 # define PHAR_GET_32(buffer) (php_uint32) *(buffer) in phar_parse_tarfile() argument
1194 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() argument
1196 | ((((unsigned char*)&(buffer))[2]) << 16) \ in phar_tar_flush()
1197 | ((((unsigned char*)&(buffer))[1]) << 8) \ in phar_tar_flush()
1198 | (((unsigned char*)&(buffer))[0])) in phar_tar_flush()
[all …]
/PHP-5.4/ext/xmlwriter/tests/
H A D005.phpt23 // Force to write and empty the buffer
H A D006.phpt19 // Force to write and empty the buffer
H A DOO_005.phpt23 // Force to write and empty the buffer
H A DOO_006.phpt20 // Force to write and empty the buffer
/PHP-5.4/ext/zlib/
H A Dphp_zlib.h47 php_zlib_buffer buffer; member
/PHP-5.4/ext/spl/internal/
H A Dsplfileobject.inc264 * Invalidate current line buffer and set line number to 0.
281 * @note Fill current line buffer if not done yet.
282 * @return line buffer
306 /** Invalidate current line buffer.
332 * Free the current line buffer and increment the line counter
/PHP-5.4/netware/
H A Dstart.c45 size_t nbytes, size_t *bytesRead, void *buffer ), in _NonAppStart()
/PHP-5.4/ext/pdo/
H A Dpdo.c319 char buffer[65]; in php_pdo_int64_to_str() local
336 p = &buffer[sizeof(buffer)-1]; in php_pdo_int64_to_str()
/PHP-5.4/ext/dom/
H A Ddocumenttype.c216 smart_str_appendl(&ret_buf, buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
/PHP-5.4/ext/standard/
H A Dconfig.m414 char buffer[64];
27 fgets(buffer, sizeof(buffer), fp);
30 fgets(buffer, sizeof(buffer), fp);
31 if (0 != strcmp(buffer, "line 1\n"))
33 fgets(buffer, sizeof(buffer), fp);
34 if (0 != strcmp(buffer, "line 3\n"))

Completed in 34 milliseconds

12345678910>>...12