From: Ulf Wendel Date: Thu, 12 Jul 2007 20:28:25 +0000 (+0000) Subject: All the upcoming changes in the 0*.phpt files are pretty much the same. I'll X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=984756c898cb105946d3385f09d06368541c67ba;p=php All the upcoming changes in the 0*.phpt files are pretty much the same. I'll describe them only once in with a bit of detail. 1) Correct Whitespace (space vs. tab) if need be 2) Recall: you get the connection parameter from connect.inc, no DB name, no port no other connection parameter in any of the tests! 3) At the end of each test you find a "print 'done!'" or similar. This is most helpful to detect crashing/segfaulting tests with all run-tests.php versions. --- diff --git a/ext/mysqli/tests/001.phpt b/ext/mysqli/tests/001.phpt index e5a69fe7df..51adb6a3de 100644 --- a/ext/mysqli/tests/001.phpt +++ b/ext/mysqli/tests/001.phpt @@ -7,41 +7,54 @@ mysqli connect --EXPECTF-- -%s(5) "11111" +%s(4) "1111" +done! \ No newline at end of file