From 6e23f2bceb0826e65eb8129fd94c61b7b3a44da7 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 10 Apr 2017 22:26:14 +0200 Subject: [PATCH] Forgot to commit test file... --- ext/opcache/tests/jmpz_jmp_elim.phpt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ext/opcache/tests/jmpz_jmp_elim.phpt diff --git a/ext/opcache/tests/jmpz_jmp_elim.phpt b/ext/opcache/tests/jmpz_jmp_elim.phpt new file mode 100644 index 0000000000..2749b41b7a --- /dev/null +++ b/ext/opcache/tests/jmpz_jmp_elim.phpt @@ -0,0 +1,16 @@ +--TEST-- +Edge-cases in elimination of JMPZ JMP with same target +--FILE-- + +--EXPECTF-- +Notice: Undefined variable: undef in %s on line %d +done -- 2.40.0