1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/ext/curl/tests/curl_multi_select_basic1.phpt
Nikita Popov 7485978339 Migrate SKIPIF -> EXTENSIONS (#7138)
This is an automated migration of most SKIPIF extension_loaded checks.
2021-06-11 11:57:42 +02:00

19 lines
280 B
PHP

--TEST--
Test curl_multi_select()
--CREDITS--
Ivo Jansch <ivo@ibuildings.com>
#testfest Utrecht 2009
--EXTENSIONS--
curl
--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