This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-11-25 02:44:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4e30ab33d8
php-src
/
tests
/
output
/
ob_001.phpt
9 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- new output control code # scan README.NEW-OUTPUT-API to get a grasp # tree has been tagged with BEFORE_NEW_OUTPUT_API # # TODO: # - improve existing output handlers # - move zlib.output_compression cruft from SAPI.c to zlib.c # - output_encoding handling was ambigious, resp. is undefined yet # - more tests
2006-06-03 03:51:43 +08:00
--TEST--
output buffering - nothing
--FILE--
<?php
echo "foo\n";
?>
- killed off UEXPECT
2008-05-26 23:52:06 +08:00
--EXPECT--
- new output control code # scan README.NEW-OUTPUT-API to get a grasp # tree has been tagged with BEFORE_NEW_OUTPUT_API # # TODO: # - improve existing output handlers # - move zlib.output_compression cruft from SAPI.c to zlib.c # - output_encoding handling was ambigious, resp. is undefined yet # - more tests
2006-06-03 03:51:43 +08:00
foo
Reference in New Issue
Copy Permalink