From 2e8db5d6be60325f79dc1b40b5163b47d8ef65d5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 23 Mar 2020 17:13:57 +0100 Subject: [PATCH] Add test file Forgot the git add again... --- ext/opcache/tests/exit_in_call_arg.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ext/opcache/tests/exit_in_call_arg.phpt diff --git a/ext/opcache/tests/exit_in_call_arg.phpt b/ext/opcache/tests/exit_in_call_arg.phpt new file mode 100644 index 0000000000..4969780806 --- /dev/null +++ b/ext/opcache/tests/exit_in_call_arg.phpt @@ -0,0 +1,19 @@ +--TEST-- +exit() may occur in a call argument +--FILE-- + +--EXPECT-- +string(4) "test" +exit -- 2.49.0