]> granicus.if.org Git - php/commitdiff
Rename TestClass to OverloadedTestClass
authorZeev Suraski <zeev@php.net>
Sat, 14 Aug 1999 11:08:26 +0000 (11:08 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 14 Aug 1999 11:08:26 +0000 (11:08 +0000)
ext/standard/basic_functions.c

index 6c29364249c429516f75a77378a8edcced6eb242..8a6a8be6cb2ca41140702da9e9f1ceeca81cd203 100644 (file)
@@ -2157,7 +2157,7 @@ void test_class_startup()
 {
        zend_class_entry test_class_entry;
 
-       INIT_OVERLOADED_CLASS_ENTRY(test_class_entry, "TestClass", NULL,
+       INIT_OVERLOADED_CLASS_ENTRY(test_class_entry, "OverloadedTestClass", NULL,
                                                                test_class_call_function,
                                                                test_class_get_property,
                                                                test_class_set_property);