summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2017-09-12 23:47:22 +0300
committerDmitry Stogov <dmitry@zend.com>2017-09-12 23:47:22 +0300
commit2874fa8fb024ff30cc15181a1a10bffbacee08dc (patch)
tree90893ada654504c3e52f87df38abdba264fdb4de
parent99b1a62d559f993ed02c50e6a4298c4bd2dcd33c (diff)
downloadphp-git-2874fa8fb024ff30cc15181a1a10bffbacee08dc.tar.gz
Fixed 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