summaryrefslogtreecommitdiff
path: root/tests/output/ob_008.phpt
blob: 17a808119bdd1273f3a3fe5e546555b600038697 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
output buffering - ob_get_contents
--FILE--
<?php
ob_start();
echo "foo\n";
echo ob_get_contents();
?>
--EXPECT--
foo
foo