Fix dumb typo in the skipif

This commit is contained in:
Rasmus Lerdorf 2009-07-25 21:37:04 +00:00
parent b83fb47852
commit 0bb28d4784

View File

@ -4,7 +4,7 @@ Test CURLOPT_READDATA without a callback function
Mattijs Hoitink mattijshoitink@gmail.com
#Testfest Utrecht 2009
--SKIPIF--
<?php if (!extension_loaded("curl") || false === getenv('PHP_CURL_HTTP_REMOTE_SERVER'])) print "skip"; ?>
<?php if (!extension_loaded("curl") || false === getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
--FILE--
<?php