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