mirror of
https://github.com/php/php-src.git
synced 2024-12-13 11:54:45 +08:00
- Fix test
This commit is contained in:
parent
02ab328b7b
commit
4ab3a4e9cc
@ -38,7 +38,7 @@ curl_setopt($ch, CURLOPT_FILE, $fp);
|
||||
curl_exec($ch);
|
||||
curl_close($ch);
|
||||
is_file($tempfile) and @unlink($tempfile);
|
||||
isset($tempname) and is_file($tempname) and @unlink($tempfile);
|
||||
isset($tempname) and is_file($tempname) and @unlink($tempname);
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: curl_setopt(): the provided file handle is not writable in %s on line %d
|
||||
|
Loading…
Reference in New Issue
Block a user