]> granicus.if.org Git - php/commitdiff
Update
authorMarcus Boerger <helly@php.net>
Sat, 25 Oct 2003 15:11:49 +0000 (15:11 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 25 Oct 2003 15:11:49 +0000 (15:11 +0000)
Zend/ZEND_CHANGES

index 6d4a814ca0dc90a3b7471174926670579ab30e5e..d774bb3d2eecbd1f1680f2967dcaed00e7e869fe 100644 (file)
@@ -818,6 +818,9 @@ Changes in the Zend Engine 2.0
                     echo __FILE__ . '(' . __LINE__ . ')' . __METHOD__;
                 }
             }
+            function Test() {
+                echo __FILE__ . '(' . __LINE__ . ')' . __METHOD__;
+            }
         ?>
 
     * __toString()