summaryrefslogtreecommitdiff
path: root/tests/func
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-08-19 10:22:38 +0200
committerOndřej Surý <ondrej@sury.org>2011-08-19 10:22:38 +0200
commitf452a2b3e4e4279b27594a8ddb66525442d59227 (patch)
treed05cb62c5515ada33076d3cc3e49b664733a478c /tests/func
parent038ba12e8724d537040e88ec794354b0c063f0a6 (diff)
downloadphp-upstream/5.3.7.tar.gz
Imported Upstream version 5.3.7upstream/5.3.7
Diffstat (limited to 'tests/func')
-rw-r--r--tests/func/005a.phpt4
-rw-r--r--tests/func/010.phpt4
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/func/005a.phpt b/tests/func/005a.phpt
index f7843e10a..3c2bcb166 100644
--- a/tests/func/005a.phpt
+++ b/tests/func/005a.phpt
@@ -1,5 +1,9 @@
--TEST--
Testing register_shutdown_function() with timeout. (Bug: #21513)
+--SKIPIF--
+<?php
+if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
+?>
--FILE--
<?php
diff --git a/tests/func/010.phpt b/tests/func/010.phpt
index 6778ed2f1..f970283dc 100644
--- a/tests/func/010.phpt
+++ b/tests/func/010.phpt
@@ -1,5 +1,9 @@
--TEST--
function with many parameters
+--SKIPIF--
+<?php
+if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
+?>
--FILE--
<?php