Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 25 of 291) sorted by last modified time

12345678910>>...12

/PHP-5.5/win32/build/
H A Dconfig.w32219 // if you have VS.Net /GS hardens the binary against buffer overruns
H A Dconfig.w32.phpize.in199 // if you have VS.Net /GS hardens the binary against buffer overruns
/PHP-5.5/tests/output/
H A Dob_get_contents_error_001.phpt8 * Description: Return the contents of the output buffer
H A Dob_get_level_basic_001.phpt6 * Description: Return the nesting level of the output buffer
45 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_get_level_error_001.phpt6 * Description: Return the nesting level of the output buffer
H A Dob_implicit_flush_basic_002.phpt13 // Start a user buffer
18 echo "This is being written to a user buffer.\n";
20 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
22 // Wipe the user buffer. Nothing should have been flushed.
H A Dob_start_basic_004.phpt2 ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to eq…
H A Dob_start_basic_006.phpt2 ob_start(): ensure multiple buffer initialization with a single call using arrays is not supported …
79 Notice: ob_start(): failed to create buffer in %s on line 44
87 Notice: ob_start(): failed to create buffer in %s on line 47
95 Notice: ob_start(): failed to create buffer in %s on line 50
103 Notice: ob_start(): failed to create buffer in %s on line 53
111 Notice: ob_start(): failed to create buffer in %s on line 56
131 Notice: ob_start(): failed to create buffer in %s on line 68
H A Dob_start_basic_unerasable_001.phpt2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
H A Dob_start_basic_unerasable_002.phpt2 ob_start(): Ensure unerasable buffer cannot be erased by ob_clean(), ob_end_clean() or ob_end_flush…
13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";
22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
24 Notice: ob_clean(): failed to delete buffer of callback (0) in %s on line 11
27 Notice: ob_end_clean(): failed to discard buffer of callback (0) in %s on line 12
30 Notice: ob_end_flush(): failed to send buffer of callback (0) in %s on line 13
H A Dob_start_basic_unerasable_003.phpt2 ob_start(): Ensure unerasable buffer cannot be accessed or erased by ob_get_clean().
13 echo "This call will obtain the content, but will not clean the buffer.";
18 [callback:1]This call will obtain the content, but will not clean the buffer.
19 Notice: ob_get_clean(): failed to discard buffer of callback (0) in %s on line 11
21 Notice: ob_get_clean(): failed to delete buffer of callback (0) in %s on line 11
22 string(65) "This call will obtain the content, but will not clean the buffer."
H A Dob_start_basic_unerasable_004.phpt2 ob_start(): Ensure unerasable buffer cannot be accessed or flushed by ob_get_flush().
13 echo "This call will obtain the content, but will not flush the buffer.";
18 [callback:1]This call will obtain the content, but will not flush the buffer.
19 Notice: ob_get_flush(): failed to send buffer of callback (0) in %s on line 11
21 Notice: ob_get_flush(): failed to delete buffer of callback (0) in %s on line 11
22 string(65) "This call will obtain the content, but will not flush the buffer."
H A Dob_start_error_001.phpt42 Notice: ob_start(): failed to create buffer in %s on line 20
H A Dob_start_error_002.phpt25 Notice: ob_start(): failed to create buffer in %s on line 13
30 Notice: ob_start(): failed to create buffer in %s on line 14
35 Notice: ob_start(): failed to create buffer in %s on line 15
40 Notice: ob_start(): failed to create buffer in %s on line 16
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_end_flush_basic_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
33 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
39 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_end_flush_error_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
H A Dob_flush_basic_001.phpt6 …Description: Flush (send) contents of the output buffer. The last buffer content is sent to next b…
21 echo "Ensure the buffer is still active after the flush.\n";
33 Notice: ob_flush(): failed to flush buffer. No buffer to flush in %s on line 12
37 Ensure the buffer is still active after the flush.
H A Dob_flush_error_001.phpt6 …Description: Flush (send) contents of the output buffer. The last buffer content is sent to next b…
H A Dob_get_contents_basic_001.phpt8 * Description: Return the contents of the output buffer
H A Dbug60321.phpt2 Bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty)
H A Dbug60768.phpt2 Bug #60768 Output buffer not discarded
8 ob_start(function($buffer) use (&$storage) { $storage .= $buffer; }, 20);
10 echo str_repeat("0", 20); // fill in the buffer
13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time
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.

Completed in 44 milliseconds

12345678910>>...12