From 33d832bd45978ca1f36d9db2d1341683f9ed786c Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 16 Mar 2015 19:30:04 +0100 Subject: [PATCH] test timeout with foreach loop --- tests/basic/timeout_variation_8.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/basic/timeout_variation_8.phpt diff --git a/tests/basic/timeout_variation_8.phpt b/tests/basic/timeout_variation_8.phpt new file mode 100644 index 0000000000..dfb2d2e69e --- /dev/null +++ b/tests/basic/timeout_variation_8.phpt @@ -0,0 +1,18 @@ +--TEST-- +Timeout within foreach loop +--FILE-- + +never reached here +--EXPECTF-- +111 +Fatal error: Maximum execution time of 3 seconds exceeded in %s on line %d -- 2.50.1