Skip to content

Commit aa6e93e

Browse files
committed
Reverted skip of test on Darwin
1 parent 3fffa88 commit aa6e93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/network/ip2long_variation2_x64.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Test ip2long() function : usage variation 2, 64 bit
77
in the C language (i.e., a leading 0x or 0X implies hexadecimal; otherwise, a leading 0 implies octal;
88
otherwise, the number is interpreted as decimal).
99
*/
10+
if(PHP_OS == 'Darwin') die("skip - inet_pton behaves differently on Darwin");
1011
if(PHP_INT_SIZE != 8) {die('skip 64 bit only');}
1112
?>
1213
--FILE--

0 commit comments

Comments
 (0)