mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
9 lines
83 B
PHP
9 lines
83 B
PHP
--TEST--
|
|
output buffering - nothing
|
|
--FILE--
|
|
<?php
|
|
echo "foo\n";
|
|
?>
|
|
--EXPECT--
|
|
foo
|