diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-11 12:15:11 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-11 12:15:11 +0000 |
commit | 3aaf62d159f4c2075cf1463cb7af5e60ea50d4c0 (patch) | |
tree | 291408dcc4bb659355ae666f48b338e1bde3e499 /tests | |
parent | 631a00a0a0925a3eae24c409ec24d4b47e20ea8e (diff) | |
download | php-git-3aaf62d159f4c2075cf1463cb7af5e60ea50d4c0.tar.gz |
there is no Unicode in 5_2
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/classes/tostring_001.phpt | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/tests/classes/tostring_001.phpt b/tests/classes/tostring_001.phpt index a3b2cea194..53144ca207 100755 --- a/tests/classes/tostring_001.phpt +++ b/tests/classes/tostring_001.phpt @@ -128,57 +128,3 @@ object(test3)#%d (0) { test3::__toString() string(53) "Method test3::__toString() must return a string value" ====DONE==== ---UEXPECTF-- -====test1==== -test1 Object -( -) -unicode(54) "Object of class test1 could not be converted to string" -unicode(0) "" -object(test1)#%d (0) { -} -====test2==== -test2 Object -( -) -test2::__toString() -Converted -object(test2)#%d (0) { -} -====test3==== -test2::__toString() -Converted -====test4==== -test2::__toString() -string:Converted -====test5==== -test2::__toString() -1Converted -1test2::__toString() -Converted -====test6==== -test2::__toString() -test2::__toString() -Converted -Converted -test2::__toString() -Converted -test2::__toString() -Converted -====test7==== -test2::__toString() -unicode(19) "Illegal offset type" -====test8==== -test2::__toString() -unicode(9) "Converted" -test2::__toString() -unicode(9) "Converted" -====test9==== -test2::__toString() -Converted -====test10==== -object(test3)#%d (0) { -} -test3::__toString() -unicode(53) "Method test3::__toString() must return a string value" -====DONE==== |