diff options
Diffstat (limited to 'tests/classes/clone_004.phpt')
| -rwxr-xr-x | tests/classes/clone_004.phpt | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/tests/classes/clone_004.phpt b/tests/classes/clone_004.phpt index 1116aa62d3..ddb7206fdc 100755 --- a/tests/classes/clone_004.phpt +++ b/tests/classes/clone_004.phpt @@ -40,49 +40,6 @@ echo "Done\n"; --EXPECT-- Original object(test)#1 (2) { - ["b"]=> - array(2) { - [0]=> - int(3) - [1]=> - int(4) - } - ["a"]=> - array(2) { - [0]=> - int(1) - [1]=> - int(2) - } -} -Clone -object(test)#2 (2) { - ["b"]=> - array(2) { - [0]=> - int(3) - [1]=> - int(4) - } - ["a"]=> - array(2) { - [0]=> - int(1) - [1]=> - int(2) - } -} -Modify -object(test)#2 (2) { - ["b"]=> - int(6) - ["a"]=> - int(5) -} -Done ---UEXPECT-- -Original -object(test)#1 (2) { [u"b"]=> array(2) { [0]=> |
