Fixed test

This commit is contained in:
Dmitry Stogov 2017-09-12 23:47:22 +03:00
parent 99b1a62d55
commit 2874fa8fb0

View file

@ -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