xref
: /
php-src
/
tests
/
output
/
ob_001.phpt
(revision 10c04aca)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
--TEST--
2
output buffering - nothing
3
--FILE--
4
<?php
5
echo "foo\n";
6
?>
7
--EXPECT--
8
foo
9