mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Skip 64-bit related test
This commit is contained in:
commit
1cbe4e009c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ Bug #74950 (null pointer deref in zim_simplexml_element_getDocNamespaces)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (!extension_loaded("simplexml")) die("skip SimpleXML not available");
|
if (!extension_loaded("simplexml")) die("skip SimpleXML not available");
|
||||||
|
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
|
||||||
?>
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue