mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Disable error reporting in PHP test files
This commit is contained in:
parent
9b0aaeebea
commit
8ec860d637
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
error_reporting(0);
|
||||
$json = $_REQUEST['json'];
|
||||
if($json) {
|
||||
echo '[ {"name": "John", "age": 21}, {"name": "Peter", "age": 25 } ]';
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
error_reporting(0);
|
||||
$wait = $_REQUEST['wait'];
|
||||
if($wait) {
|
||||
sleep($wait);
|
||||
|
Loading…
Reference in New Issue
Block a user