From: Marcus Boerger Date: Sat, 14 Jun 2003 22:10:15 +0000 (+0000) Subject: No more namespaces X-Git-Tag: RELEASE_1_0_2~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0137868171c211b12cb80ed4c5b27e334a0d8c2c;p=php No more namespaces --- diff --git a/ext/standard/tests/serialize/005.phpt b/ext/standard/tests/serialize/005.phpt deleted file mode 100755 index a209701585..0000000000 --- a/ext/standard/tests/serialize/005.phpt +++ /dev/null @@ -1,62 +0,0 @@ ---TEST-- -Serialize and namespaces ---FILE-- - ---EXPECTF-- -#### 1 #### -object(foo:baz::bar)#1 (0) { -} -string(14) "O:3:"bar":0:{}" -object(__PHP_Incomplete_Class)#2 (1) { - ["__PHP_Incomplete_Class_Name"]=> - string(3) "bar" -} -#### 2 #### -string(14) "O:3:"baz":0:{}" -object(baz)#3 (0) { -} -#### 3 #### -object(__PHP_Incomplete_Class)#3 (1) { - ["__PHP_Incomplete_Class_Name"]=> - string(7) "binford" -} -#### 4 #### -object(power::binford)#3 (0) { -} -#### 5 #### - -Warning: unserialize(): Function autoload() hasn't defined the class it was called for in %s on line %d -object(__PHP_Incomplete_Class)#3 (1) { - ["__PHP_Incomplete_Class_Name"]=> - string(14) "idiot::binford" -}