Home
last modified time | relevance | path

Searched refs:buffer (Results 276 – 291 of 291) sorted by path

1...<<1112

/PHP-5.5/tests/output/
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_basic_unerasable_005.phpt2 ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush()
13 echo "Attempt to flush unerasable buffer - should fail... ";
15 // Check content of buffer after flush - if flush failed it should still contain the string above.
19 [callback:1]Attempt to flush unerasable buffer - should fail...
20 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line 11
22 string(%d) "Attempt to flush unerasable buffer - should fail...
23 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line 11
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
/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

Completed in 15 milliseconds

1...<<1112