]> granicus.if.org Git - php/commitdiff
update ip2long_varation2 test to skip for AIX, see bug #72973
authorJoe Watkins <krakjoe@php.net>
Mon, 9 Jan 2017 05:24:44 +0000 (05:24 +0000)
committerJoe Watkins <krakjoe@php.net>
Mon, 9 Jan 2017 05:24:44 +0000 (05:24 +0000)
ext/standard/tests/network/ip2long_variation2.phpt

index 752956320c891eb0948edf670951f76edd6d6682..0ca156a67b4c3940c45399123d7aa91904f993b2 100644 (file)
@@ -2,6 +2,7 @@
 Test ip2long() function : usage variation 2, 32 bit
 --SKIPIF--
 <?php if(PHP_INT_SIZE != 4) {die('skip 32 bit only');} ?>
+<?php if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {die('skip not for AIX');} ?>
 --FILE--
 <?php
 /* Prototype  : int ip2long(string ip_address)