aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-10 15:03:40 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-10 15:03:40 +0000
commit8ec860d637ca667e8050e0755d55fc1496301d96 (patch)
treebd04bfd8c4e73b7c875e05f7f7b544c648436ee3 /build
parent9b0aaeebea0d7ad39ae1cf51dac997d475fd06bd (diff)
downloadjquery-8ec860d637ca667e8050e0755d55fc1496301d96.tar.gz
jquery-8ec860d637ca667e8050e0755d55fc1496301d96.zip
Disable error reporting in PHP test files
Diffstat (limited to 'build')
-rw-r--r--build/test/data/json.php1
-rw-r--r--build/test/data/name.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/build/test/data/json.php b/build/test/data/json.php
index 31668cf29..08e3f9e32 100644
--- a/build/test/data/json.php
+++ b/build/test/data/json.php
@@ -1,4 +1,5 @@
<?php
+error_reporting(0);
$json = $_REQUEST['json'];
if($json) {
echo '[ {"name": "John", "age": 21}, {"name": "Peter", "age": 25 } ]';
diff --git a/build/test/data/name.php b/build/test/data/name.php
index d73abc784..7f77a0b28 100644
--- a/build/test/data/name.php
+++ b/build/test/data/name.php
@@ -1,4 +1,5 @@
<?php
+error_reporting(0);
$wait = $_REQUEST['wait'];
if($wait) {
sleep($wait);