X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fpropertyproxy001.phpt;h=a1dc2d8ab88d74a9e9918d6db77243a3f972f6c5;hp=3f9d70a1aed123ec77d580d45f8068e047e2c51e;hb=e8e022a00f4cf791bc86bb6889c22c0e185c6774;hpb=2e9ac0202f2c5f1cb94e0afd4b66c1c35c316284 diff --git a/tests/propertyproxy001.phpt b/tests/propertyproxy001.phpt index 3f9d70a..a1dc2d8 100644 --- a/tests/propertyproxy001.phpt +++ b/tests/propertyproxy001.phpt @@ -1,5 +1,9 @@ --TEST-- property proxy +--SKIPIF-- + --FILE-- int(2) ["by2ref"]=> - &int(1) + int(1) } array(4) { ["bykey"]=> @@ -59,9 +63,9 @@ array(4) { ["by1ref"]=> int(2) ["by2ref"]=> - &int(1) + int(1) ["byXref"]=> - &int(2) + int(2) } array(5) { ["bykey"]=> @@ -69,9 +73,9 @@ array(5) { ["by1ref"]=> int(2) ["by2ref"]=> - &int(1) + int(1) ["byXref"]=> - &int(2) + int(2) ["bynext"]=> array(3) { [0]=> @@ -86,9 +90,7 @@ bykey: 1 by1ref: 2 by2ref: 1 byXref: 2 -bynext: 1 -bynext: 2 -bynext: 3 +bynext: 1, 2, 3 DONE