1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/curl/tests/curl_multi_select_basic1.phpt
2020-06-24 13:13:44 +02:00

19 lines
325 B
PHP

--TEST--
Test curl_multi_select()
--CREDITS--
Ivo Jansch <ivo@ibuildings.com>
#testfest Utrecht 2009
--SKIPIF--
<?php if (!extension_loaded("curl")) print "skip"; ?>
--FILE--
<?php
//create the multiple cURL handle
$mh = curl_multi_init();
echo curl_multi_select($mh)."\n";
curl_multi_close($mh);
?>
--EXPECTF--
%r(0|-1)%r