diff --git a/ext/fileinfo/tests/finfo_file_stream_001.phpt b/ext/fileinfo/tests/finfo_file_stream_001.phpt index 4a22c5419d5..3d371b71bda 100644 --- a/ext/fileinfo/tests/finfo_file_stream_001.phpt +++ b/ext/fileinfo/tests/finfo_file_stream_001.phpt @@ -2,7 +2,7 @@ finfo_file(): Files and directories inside an stream --SKIPIF-- - + --FILE-- diff --git a/ext/iconv/tests/iconv_mime_decode_headers_variation2.phpt b/ext/iconv/tests/iconv_mime_decode_headers_variation2.phpt index 4e547c131f9..a0e40aaa0cd 100644 --- a/ext/iconv/tests/iconv_mime_decode_headers_variation2.phpt +++ b/ext/iconv/tests/iconv_mime_decode_headers_variation2.phpt @@ -2,8 +2,8 @@ Test iconv_mime_encode() function : usage variations - Pass different data types to mode arg --SKIPIF-- --FILE-- diff --git a/ext/iconv/tests/iconv_mime_decode_headers_variation3.phpt b/ext/iconv/tests/iconv_mime_decode_headers_variation3.phpt index e17525e0fe5..da481e75142 100644 --- a/ext/iconv/tests/iconv_mime_decode_headers_variation3.phpt +++ b/ext/iconv/tests/iconv_mime_decode_headers_variation3.phpt @@ -2,8 +2,8 @@ Test iconv_mime_encode() function : usage variations - Pass different data types to charset arg --SKIPIF-- --FILE-- diff --git a/ext/iconv/tests/iconv_mime_decode_variation2.phpt b/ext/iconv/tests/iconv_mime_decode_variation2.phpt index c4e3c4d400c..b0426558ed3 100644 --- a/ext/iconv/tests/iconv_mime_decode_variation2.phpt +++ b/ext/iconv/tests/iconv_mime_decode_variation2.phpt @@ -2,8 +2,8 @@ Test iconv_mime_decode() function : usage variations - Pass different data types to mode arg --SKIPIF-- --FILE-- diff --git a/ext/intl/tests/collator_get_locale2.phpt b/ext/intl/tests/collator_get_locale2.phpt index e9a9f2653db..944f42ec3e7 100644 --- a/ext/intl/tests/collator_get_locale2.phpt +++ b/ext/intl/tests/collator_get_locale2.phpt @@ -1,8 +1,8 @@ --TEST-- get_locale() icu >= 4.8 --SKIPIF-- - - + + --FILE-- = 4.8 --SKIPIF-- - - + + --FILE-- = 4.8 --SKIPIF-- - - + + --FILE-- diff --git a/ext/pdo_sqlite/tests/bug_63916-2.phpt b/ext/pdo_sqlite/tests/bug_63916-2.phpt index bc9bfc9c982..4535410b551 100644 --- a/ext/pdo_sqlite/tests/bug_63916-2.phpt +++ b/ext/pdo_sqlite/tests/bug_63916-2.phpt @@ -2,8 +2,8 @@ Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite --SKIPIF-- 4) die('skip'); +if (!extension_loaded('pdo_sqlite')) die('skip pdo_sqlite extension not loaded'); +if (PHP_INT_SIZE > 4) die('skip 32-bit only'); ?> --FILE-- --SKIPIF-- - + + + --FILE-- 4) die('skip'); // skip for 64bit builds - there is another test for that +if (!extension_loaded('sqlite3')) die('skip sqlite3 extension not loaded'); +if (PHP_INT_SIZE > 4) die('skip 32-bit only'); // skip for 64bit builds - there is another test for that ?> --FILE-- diff --git a/ext/sqlite3/tests/sqlite3_11_numrows.phpt b/ext/sqlite3/tests/sqlite3_11_numrows.phpt index 87168db06bb..49b8cd7cc7a 100644 --- a/ext/sqlite3/tests/sqlite3_11_numrows.phpt +++ b/ext/sqlite3/tests/sqlite3_11_numrows.phpt @@ -6,7 +6,7 @@ SQLite3::prepare number of rows try { $method = new ReflectionMethod('sqlite3result', 'numRows'); } catch (ReflectionException $e) { - die("skip"); + die("skip SQLite3Result::numRows method does not exist"); } ?> --FILE-- diff --git a/ext/standard/tests/strings/bug65230.phpt b/ext/standard/tests/strings/bug65230.phpt index c707dd36913..c92e558c495 100644 --- a/ext/standard/tests/strings/bug65230.phpt +++ b/ext/standard/tests/strings/bug65230.phpt @@ -3,7 +3,7 @@ Bug #65230 setting locale randomly broken --SKIPIF-- --INI--