From 52cc62d825573ca62939ce039395d29d9cb055ca Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 17 Jun 2011 21:42:40 +0000 Subject: [PATCH] Remove duplicate lines present in PHP_5_3's .phpt (dtajchreber) --- ext/json/tests/bug54484.phpt | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/ext/json/tests/bug54484.phpt b/ext/json/tests/bug54484.phpt index a8f310885b..d698ab5416 100644 --- a/ext/json/tests/bug54484.phpt +++ b/ext/json/tests/bug54484.phpt @@ -15,31 +15,6 @@ json_decode("invalid json"); var_dump(json_last_error()); -json_decode(""); -var_dump(json_last_error()); -?> ---EXPECT-- -int(0) -int(0) -int(4) -int(0) ---TEST-- -Bug #54484 (Empty string in json_decode doesn't reset json_last_error) ---SKIPIF-- - ---FILE-- - -- 2.50.1