From 0137868171c211b12cb80ed4c5b27e334a0d8c2c Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 14 Jun 2003 22:10:15 +0000 Subject: [PATCH] No more namespaces --- ext/standard/tests/serialize/005.phpt | 62 --------------------------- 1 file changed, 62 deletions(-) delete mode 100755 ext/standard/tests/serialize/005.phpt 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" -} -- 2.50.1