From: Hannes Magnusson Date: Wed, 7 Sep 2011 10:44:32 +0000 (+0000) Subject: Remove bogus skipif and make adjust the tests X-Git-Tag: php-5.5.0alpha1~1238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a953f69ed622a8e541881d200c4bbcf374f7baed;p=php Remove bogus skipif and make adjust the tests --- 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--