mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Fix curl_copy_handle_basic_008.phpt when display_errors is On
(Thanks Chris Jones)
This commit is contained in:
parent
d0f7573b39
commit
4b860ccdad
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
switch($_GET['test']) {
|
$test = isset($_GET['test']) ? $_GET['test'] : null;
|
||||||
|
switch($test) {
|
||||||
case 'post':
|
case 'post':
|
||||||
var_dump($_POST);
|
var_dump($_POST);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue