]> granicus.if.org Git - php/commit
Additional output buffering tests.
authorRobin Fernandes <robinf@php.net>
Thu, 18 Dec 2008 15:20:07 +0000 (15:20 +0000)
committerRobin Fernandes <robinf@php.net>
Thu, 18 Dec 2008 15:20:07 +0000 (15:20 +0000)
commitbd7f18ab4fbb51755b2f742f3138829dbf5cb86b
tree5d719d6b16df763e6b985e175b4fc48a335fe7c6
parentaea378c91c4a4f4a77fcbef0f0c577e5b2a0486c
Additional output buffering tests.
39 files changed:
tests/output/flush_basic_001.phpt [new file with mode: 0644]
tests/output/flush_error_001.phpt [new file with mode: 0644]
tests/output/ob_clean_basic_001.phpt [new file with mode: 0644]
tests/output/ob_clean_error_001.phpt [new file with mode: 0644]
tests/output/ob_end_clean_basic_001.phpt [new file with mode: 0644]
tests/output/ob_end_clean_error_001.phpt [new file with mode: 0644]
tests/output/ob_end_flush_basic_001.phpt [new file with mode: 0644]
tests/output/ob_end_flush_error_001.phpt [new file with mode: 0644]
tests/output/ob_flush_basic_001.phpt [new file with mode: 0644]
tests/output/ob_flush_error_001.phpt [new file with mode: 0644]
tests/output/ob_get_clean_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_clean_basic_002.phpt [new file with mode: 0644]
tests/output/ob_get_clean_error_001.phpt [new file with mode: 0644]
tests/output/ob_get_contents_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_contents_error_001.phpt [new file with mode: 0644]
tests/output/ob_get_length_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_length_error_001.phpt [new file with mode: 0644]
tests/output/ob_get_level_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_level_error_001.phpt [new file with mode: 0644]
tests/output/ob_implicit_flush_basic_001.phpt [new file with mode: 0644]
tests/output/ob_implicit_flush_basic_002.phpt [new file with mode: 0644]
tests/output/ob_implicit_flush_error_001.phpt [new file with mode: 0644]
tests/output/ob_implicit_flush_variation_001.phpt [new file with mode: 0644]
tests/output/ob_start_basic_001.phpt [new file with mode: 0644]
tests/output/ob_start_basic_002.phpt [new file with mode: 0644]
tests/output/ob_start_basic_003.phpt [new file with mode: 0644]
tests/output/ob_start_basic_004.phpt [new file with mode: 0644]
tests/output/ob_start_basic_005.phpt [new file with mode: 0644]
tests/output/ob_start_basic_006.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_001.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_002.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_003.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_004.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_005.phpt [new file with mode: 0644]
tests/output/ob_start_error_001.phpt [new file with mode: 0644]
tests/output/ob_start_error_002.phpt [new file with mode: 0644]
tests/output/ob_start_error_003.phpt [new file with mode: 0644]
tests/output/ob_start_error_004.phpt [new file with mode: 0644]
tests/output/ob_start_error_005.phpt [new file with mode: 0644]