summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_error_string_variation1.phpt
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-12-13 18:38:15 +0000
committerAndrea Faulds <ajf@ajf.me>2014-12-13 18:38:15 +0000
commit0ea0b591d79ae0ee18d33533a5c701330836ff6b (patch)
tree8612c30a23ce7ed8ed0d376f571597ddc7c5d171 /ext/xml/tests/xml_error_string_variation1.phpt
parentde0afce55b085f9983f9d49ced5244f748b30750 (diff)
parentd5afeef24742be2c2f6b7a8b0932301eca0f9968 (diff)
downloadphp-git-0ea0b591d79ae0ee18d33533a5c701330836ff6b.tar.gz
Merge branch 'zppFailOnOverflow'
* zppFailOnOverflow: Fix MySQLi tests Fixed gd test Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG() Fixed copy-and-paste error Fix more 32-bit tests Skip buncha tests on 32-bit skip simplexml skip posix 32-bit skip tests on 32-bit Fixes simplexml test Fixes posix tests Fixes iconv tests Marked tests as 32-bit Fixed more 32-bit tests Fixed some 32-bit tests Mark said ext/date tests as 32-bit only Fixed ext/date tests broken by zpp error on overflow Fixed broken tests Make zpp fail if NaN passed for int, or out-of-range float for non-capping int Conflicts: ext/date/tests/getdate_variation7.phpt ext/date/tests/localtime_variation3.phpt
Diffstat (limited to 'ext/xml/tests/xml_error_string_variation1.phpt')
-rw-r--r--ext/xml/tests/xml_error_string_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/xml_error_string_variation1.phpt b/ext/xml/tests/xml_error_string_variation1.phpt
index 40b542c141..5e6010db0b 100644
--- a/ext/xml/tests/xml_error_string_variation1.phpt
+++ b/ext/xml/tests/xml_error_string_variation1.phpt
@@ -1,7 +1,7 @@
--TEST--
Test xml_error_string() function : usage variations - test different types for code
--SKIPIF--
-<?php
+<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64-bit only");
if (!extension_loaded("xml")) {
print "skip - XML extension not loaded";
}