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

index 6f9035df06a9e70750d8435fbc7ae645e6fec6aa..63bc85f26a9f8021c8a21c139add58bb1c3df6c6 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);
     }
     // }}}