summaryrefslogtreecommitdiff
path: root/ext/simplexml
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-11-28 23:45:28 +0000
committerAndrea Faulds <ajf@ajf.me>2014-11-28 23:45:28 +0000
commit55e1c032e52bea355e35cad7a44f78da9f100985 (patch)
tree3caaa561477334c8c6bc8ca8251d7a3fa924ea28 /ext/simplexml
parent088580557da1a41bbfc6aee004d78a002c8a6632 (diff)
downloadphp-git-55e1c032e52bea355e35cad7a44f78da9f100985.tar.gz
skip simplexml
Diffstat (limited to 'ext/simplexml')
-rw-r--r--ext/simplexml/tests/SimpleXMLElement_xpath.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/simplexml/tests/SimpleXMLElement_xpath.phpt b/ext/simplexml/tests/SimpleXMLElement_xpath.phpt
index 334b6c81db..afdf95b339 100644
--- a/ext/simplexml/tests/SimpleXMLElement_xpath.phpt
+++ b/ext/simplexml/tests/SimpleXMLElement_xpath.phpt
@@ -1,5 +1,7 @@
--TEST--
Testing xpath() with invalid XML
+--SKIPIF--
+<?php PHP_INT_SIZE == 4 or die("skip - 32-bit only");
--FILE--
<?php
$xml = simplexml_load_string("XXXXXXX^",$x,0x6000000000000001);
@@ -9,4 +11,4 @@ Notice: Undefined variable: x in %s on line %d
Warning: simplexml_load_string() expects parameter 3 to be long, double given in %s on line %d
-Catchable fatal error: Call to a member function xpath() on null in %s on line %d \ No newline at end of file
+Catchable fatal error: Call to a member function xpath() on null in %s on line %d