diff options
author | Dmitry Stogov <dmitry@zend.com> | 2017-08-15 13:01:06 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2017-08-15 13:01:06 +0300 |
commit | 1cbe4e009c70aaf68b05e283942e81a36d0c293f (patch) | |
tree | af8f783582fc27bc8b573711bc5546a4a6753c9c /ext/simplexml/tests | |
parent | 3e66ae67a841bf12babddb6c1e3f12e8211fe04c (diff) | |
parent | 0f3e01f5cc16e3a08030e95f02acfb0e5a230052 (diff) | |
download | php-git-1cbe4e009c70aaf68b05e283942e81a36d0c293f.tar.gz |
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Skip 64-bit related test
Diffstat (limited to 'ext/simplexml/tests')
-rw-r--r-- | ext/simplexml/tests/bug74950.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/tests/bug74950.phpt b/ext/simplexml/tests/bug74950.phpt index f267a07a81..20976c7d38 100644 --- a/ext/simplexml/tests/bug74950.phpt +++ b/ext/simplexml/tests/bug74950.phpt @@ -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 |