Bug # #68937 (Segfault in curl_multi_exec)
--SKIPIF--
<?php
-if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
include 'skipif.inc';
?>
--FILE--
Bug # #68937 (Segfault in curl_multi_exec)
--SKIPIF--
<?php
-if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
include 'skipif.inc';
?>
--FILE--
if (!extension_loaded("curl")) {
exit("skip curl extension not loaded");
}
-if (getenv("SKIP_ONLINE_TESTS")) {
- die("skip online test");
-}
?>
--FILE--
<?php
if (!extension_loaded("curl")) {
exit("skip curl extension not loaded");
}
-if (getenv("SKIP_ONLINE_TESTS")) {
- die("skip online test");
-}
?>
--FILE--
<?php
marcosptf - <marcosptf@yahoo.com.br> - @phpsp - sao paulo - br
--SKIPIF--
<?php
-if (getenv("SKIP_ONLINE_TESTS")) { die('skip: online test'); }
if (!extension_loaded('curl')) { print("skip"); }
?>
--FILE--
Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data)
--SKIPIF--
<?php require_once 'skipif.inc'; ?>
-<?php if (getenv("SKIP_ONLINE_TESTS")) die("skip online test"); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
if (!extension_loaded('sockets')) {
die('skip sockets extension not available.');
}
+if (getenv('SKIP_ONLINE_TESTS')) die('skip online test');
$s = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);
$br = socket_bind($s, '0.0.0.0', 3000);
$so = socket_set_option($s, IPPROTO_IP, MCAST_JOIN_GROUP, array(
--SKIPIF--
<?php
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
- if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
?>
--FILE--
<?php
--SKIPIF--
<?php
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
-if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
?>
--FILE--
<?php