From 08323764113e14954b16b1c6286237d3463e7094 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 21 Jul 2020 16:21:14 +0200 Subject: [PATCH] More arginfo/zpp verification Run all functions with a varying number of null arguments, which helps us flush out all kinds of bugs. Closes GH-5881. --- Zend/tests/arginfo_zpp_mismatch.phpt | 91 +++++++++++++++++++++++----- 1 file changed, 75 insertions(+), 16 deletions(-) diff --git a/Zend/tests/arginfo_zpp_mismatch.phpt b/Zend/tests/arginfo_zpp_mismatch.phpt index 39a1742743..cd37fbf33a 100644 --- a/Zend/tests/arginfo_zpp_mismatch.phpt +++ b/Zend/tests/arginfo_zpp_mismatch.phpt @@ -4,10 +4,83 @@ Test that there is no arginfo/zpp mismatch +===DONE=== --EXPECT-- -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL -NULL +===DONE=== -- 2.50.1