From 61bc82795d521cebe66b481aa9f5bc65c8040191 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Wed, 2 Jun 2004 13:25:46 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'php_4_3_7'. --- ext/standard/tests/serialize/bug27469.phpt | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 ext/standard/tests/serialize/bug27469.phpt diff --git a/ext/standard/tests/serialize/bug27469.phpt b/ext/standard/tests/serialize/bug27469.phpt deleted file mode 100644 index e8d14106a8..0000000000 --- a/ext/standard/tests/serialize/bug27469.phpt +++ /dev/null @@ -1,27 +0,0 @@ ---TEST-- -Bug #27469 (serialize() objects of incomplete class) ---FILE-- - ---EXPECT-- -object(__PHP_Incomplete_Class)#1 (1) { - ["__PHP_Incomplete_Class_Name"]=> - string(9) "TestClass" -} -O:9:"TestClass":0:{} -object(__PHP_Incomplete_Class)#1 (1) { - ["__PHP_Incomplete_Class_Name"]=> - string(9) "TestClass" -} -O:9:"TestClass":0:{} -object(__PHP_Incomplete_Class)#1 (1) { - ["__PHP_Incomplete_Class_Name"]=> - string(9) "TestClass" -} -- cgit v1.2.1