Skip to content

Commit 8c653c1

Browse files
committed
update ip2long_varation2 test to skip for AIX, see bug #72973
1 parent b8215c0 commit 8c653c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/network/ip2long_variation2.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test ip2long() function : usage variation 2, 32 bit
33
--SKIPIF--
44
<?php if(PHP_INT_SIZE != 4) {die('skip 32 bit only');} ?>
5+
<?php if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {die('skip not for AIX');} ?>
56
--FILE--
67
<?php
78
/* Prototype : int ip2long(string ip_address)

0 commit comments

Comments
 (0)