Browse Source

- disable on win

pull/12/head
Pierre Joye 15 years ago
parent
commit
8acede547d
  1. 4
      ext/standard/tests/network/ip2long_variation1.phpt

4
ext/standard/tests/network/ip2long_variation1.phpt

@ -1,5 +1,9 @@
--TEST--
Test ip2long() function : usage variation
<?php
if(substr(PHP_OS, 0, 3) == "WIN")
die("Windows is more compliant (like 0 for localhost, etc.)");
?>
--FILE--
<?php
/* Prototype : int ip2long(string ip_address)

Loading…
Cancel
Save