xref
: /
PHP-8.3
/
tests
/
output
/
ob_001.phpt
(revision 3fd133bc)
Home
History
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