From ffe0c530afb235e2fcbc4c89d2cc0ed40cece47b Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 7 Sep 2011 10:44:32 +0000 Subject: [PATCH] Remove bogus skipif and make adjust the tests --- Zend/tests/bug39304.phpt | 9 ++++++--- Zend/tests/isset_003.phpt | 6 ++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Zend/tests/bug39304.phpt b/Zend/tests/bug39304.phpt index 03916fd0fa..ea068df75d 100755 --- a/Zend/tests/bug39304.phpt +++ b/Zend/tests/bug39304.phpt @@ -1,13 +1,16 @@ --TEST-- Bug #39304 (Segmentation fault with list unpacking of string offset) ---SKIPIF-- -=')) die('skip ZendEngine 2.4 needed'); ?> --FILE-- --EXPECTF-- Notice: Uninitialized string offset: 0 in %sbug39304.php on line 3 -Fatal error: Cannot use string offset as an array in %sbug39304.php on line 3 +Notice: Uninitialized string offset: 1 in %sbug39304.php on line 3 + +Notice: Uninitialized string offset: 0 in %sbug39304.php on line 3 +I am alive + diff --git a/Zend/tests/isset_003.phpt b/Zend/tests/isset_003.phpt index 8232405bee..4db42a933b 100644 --- a/Zend/tests/isset_003.phpt +++ b/Zend/tests/isset_003.phpt @@ -1,7 +1,5 @@ --TEST-- Testing isset accessing undefined array itens and properties ---SKIPIF-- -=')) die('skip ZendEngine 2.3 or below needed'); ?> --FILE--