From 0d7d1397004218cb1c3a521cc0f690e7b800fd2f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 4 Mar 2008 11:49:31 +0000 Subject: [PATCH] Fixed wrong result of cascading assignment to string offset --- tests/lang/bug22592.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lang/bug22592.phpt b/tests/lang/bug22592.phpt index 351ea08b9b..270584185f 100644 --- a/tests/lang/bug22592.phpt +++ b/tests/lang/bug22592.phpt @@ -46,8 +46,8 @@ string(8) "4-4s4s*0" string(9) "4-4s4s505" string(9) "454s4s505" string(1) "-" -string(6) "string" -int(4) -int(5) +string(1) "s" +string(1) "4" +string(1) "5" string(1) "5" [Illegal string offset: -1] -- 2.50.1