]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Sun, 11 Mar 2007 12:56:44 +0000 (12:56 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 11 Mar 2007 12:56:44 +0000 (12:56 +0000)
ext/sybase_ct/tests/test.inc

index 8352120a5e1213418b962775936fff85d73f731c..080409b6dc04fff923c4c25949979f27cfddd716 100644 (file)
@@ -28,7 +28,7 @@
   
     // {{{ public static bool static_handler(int msgnumber, int severity, int state, int line, string text)
     //     Handles server messages
-    function static_handler($msgnumber, $severity, $state, $line, $text) {
+    static function static_handler($msgnumber, $severity, $state, $line, $text) {
       return sybase_msg_handler($msgnumber, $severity, $state, $line, $text);
     }
     // }}}