Skip to content

Commit 2874fa8

Browse files
committed
Fixed test
1 parent 99b1a62 commit 2874fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/simplexml/tests/bug74950.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Bug #74950 (null pointer deref in zim_simplexml_element_getDocNamespaces)
33
--SKIPIF--
44
<?php
55
if (!extension_loaded("simplexml")) die("skip SimpleXML not available");
6+
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
67
?>
78
--FILE--
89
<?php

0 commit comments

Comments
 (0)