From: Antony Dovgal Date: Fri, 11 Apr 2008 11:05:33 +0000 (+0000) Subject: fix tests X-Git-Tag: RELEASE_2_0_0b1~456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c48de1912fe745a81d5be9cc0879a082b0c6aa8;p=php fix tests --- diff --git a/ext/posix/tests/posix_strerror_error.phpt b/ext/posix/tests/posix_strerror_error.phpt index 231757e671..6fc17ec0ce 100644 --- a/ext/posix/tests/posix_strerror_error.phpt +++ b/ext/posix/tests/posix_strerror_error.phpt @@ -42,5 +42,5 @@ Warning: posix_strerror() expects exactly 1 parameter, 2 given in %s on line %d bool(false) -- Testing posix_strerror() function with invalid error number -- -string(24) "Unknown error 4294966297" +string(%d) "Unknown error %d" Done diff --git a/ext/posix/tests/posix_strerror_variation1.phpt b/ext/posix/tests/posix_strerror_variation1.phpt index 9a8b66bf19..94890b8af6 100644 --- a/ext/posix/tests/posix_strerror_variation1.phpt +++ b/ext/posix/tests/posix_strerror_variation1.phpt @@ -1,5 +1,5 @@ --TEST-- -Test posix_strerror() function : usage variations - +Test posix_strerror() function : usage variations --SKIPIF--