📄 Viewing: 009.phpt

--TEST--
Test for buffering in core functions with implicit flush on
--INI--
implicit_flush=1
--FILE--
<?php
$res = var_export("foo1");
echo "\n";
$res = var_export("foo2", TRUE);
echo "\n";
echo $res."\n";
?>
--EXPECT--
'foo1'

'foo2'

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/tests/func