summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2017-08-15 13:00:45 +0300
committerDmitry Stogov <dmitry@zend.com>2017-08-15 13:00:45 +0300
commit0f3e01f5cc16e3a08030e95f02acfb0e5a230052 (patch)
tree9fdbf47c14914adf5d2677bd10cc7a3fa401cb57
parent49501f8f41c314144eff90379d87824ae15814f5 (diff)
downloadphp-git-0f3e01f5cc16e3a08030e95f02acfb0e5a230052.tar.gz
Skip 64-bit related test
-rw-r--r--ext/simplexml/tests/bug74950.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/tests/bug74950.phpt b/ext/simplexml/tests/bug74950.phpt
index f267a07a81..20976c7d38 100644
--- a/ext/simplexml/tests/bug74950.phpt
+++ b/ext/simplexml/tests/bug74950.phpt
@@ -3,6 +3,7 @@ Bug #74950 (null pointer deref in zim_simplexml_element_getDocNamespaces)
--SKIPIF--
<?php
if (!extension_loaded("simplexml")) die("skip SimpleXML not available");
+if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
?>
--FILE--
<?php