fix test
authorMichael Wallner <mike@php.net>
Mon, 15 Feb 2016 16:54:55 +0000 (17:54 +0100)
committerMichael Wallner <mike@php.net>
Mon, 15 Feb 2016 16:54:55 +0000 (17:54 +0100)
tests/stdio/printf001.phpt

index cd1527d47378f7156cb61fc8bcee7ad2c042ced5..a623fce7c48c7f2f69219bd4c97e045e682d596e 100644 (file)
@@ -12,6 +12,7 @@ psi.directory={PWD}/../../psi.d:{PWD}
 ===TEST===
 <?php
 psi\printf("%.*s %ld %f\n", 5, "hello world", 123456789, .987654321);
+flush();
 ?>
 ===DONE===
 --EXPECT--