mirror of
https://github.com/php/php-src.git
synced 2024-12-11 19:04:38 +08:00
fix test
This commit is contained in:
parent
ffd1bd6bcb
commit
15556572e4
@ -5,9 +5,10 @@ ext/sockets - socket_getpeername_ipv6loop - basic test
|
||||
# $Id: socket_getpeername_ipv6loop.phpt 494 2009-06-09 20:38:05Z tatjana.andersen@redpill-linpro.com $
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded('sockets')) {
|
||||
die('skip sockets extension not available.');
|
||||
}
|
||||
if (!extension_loaded('sockets')) {
|
||||
die('skip sockets extension not available.');
|
||||
}
|
||||
require 'ipv6_skipif.inc';
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user