From: Xinchen Hui Date: Wed, 1 Jun 2016 02:43:53 +0000 (+0800) Subject: Forgotten test script for bug #72300 X-Git-Tag: php-7.0.8RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5bc7e881bde36fb988d130b6f5b314a52c1933a;p=php Forgotten test script for bug #72300 --- diff --git a/ext/standard/tests/general_functions/bug72300.phpt b/ext/standard/tests/general_functions/bug72300.phpt new file mode 100644 index 0000000000..03aa62269f --- /dev/null +++ b/ext/standard/tests/general_functions/bug72300.phpt @@ -0,0 +1,18 @@ +--TEST-- +Bug #72300 (ignore_user_abort(false) has no effect) +--INI-- +ignore_user_abort=0 +--FILE-- + +--EXPECT-- +int(0) +int(1) +int(1) +int(0)