From 5432d6f982e36afd6505ff0d9b7ffb7ffc98b7f1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 16 Feb 2017 12:45:15 +0100 Subject: [PATCH] Add json dep to test --- NEWS | 4 ---- .../tests/general_functions/is_callable_variation1.phpt | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index fb53eda66fb..9b9b4522e91 100644 --- a/NEWS +++ b/NEWS @@ -47,10 +47,6 @@ PHP NEWS . Fixed bug #74022 (PHP Fast CGI crashes when reading from a pfx file). (Anatol) -- Reflection: - . Fixed bug #74035 (getNumberOfRequiredParameters wrong for - ReflectionClass::newInstance). (Andrew Nester) - - Standard: . Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed). (Anatol) diff --git a/ext/standard/tests/general_functions/is_callable_variation1.phpt b/ext/standard/tests/general_functions/is_callable_variation1.phpt index 0a4609b6d2e..1fea8718037 100644 --- a/ext/standard/tests/general_functions/is_callable_variation1.phpt +++ b/ext/standard/tests/general_functions/is_callable_variation1.phpt @@ -1,5 +1,9 @@ --TEST-- Test is_callable() function : usage variations - undefined functions +--SKIPIF-- + --INI-- precision=14 error_reporting = E_ALL & ~E_NOTICE | E_STRICT