We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b1a62 commit 2874fa8Copy full SHA for 2874fa8
ext/simplexml/tests/bug74950.phpt
@@ -3,6 +3,7 @@ Bug #74950 (null pointer deref in zim_simplexml_element_getDocNamespaces)
3
--SKIPIF--
4
<?php
5
if (!extension_loaded("simplexml")) die("skip SimpleXML not available");
6
+if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
7
?>
8
--FILE--
9
0 commit comments