mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
Fix curl_copy_handle_basic_008.phpt when display_errors is On
(Thanks Chris Jones)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
switch($_GET['test']) {
|
||||
$test = isset($_GET['test']) ? $_GET['test'] : null;
|
||||
switch($test) {
|
||||
case 'post':
|
||||
var_dump($_POST);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user