Skip to content

Commit

Permalink
Skip 64-bit related test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Aug 15, 2017
1 parent 49501f8 commit 0f3e01f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/simplexml/tests/bug74950.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f3e01f

Please sign in to comment.