tony2001 Sun Mar 11 12:56:44 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sybase_ct/tests test.inc
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/tests/test.inc?r1=1.4.6.1&r2=1.4.6.2&diff_format=u
Index: php-src/ext/sybase_ct/tests/test.inc
diff -u php-src/ext/sybase_ct/tests/test.inc:1.4.6.1
php-src/ext/sybase_ct/tests/test.inc:1.4.6.2
--- php-src/ext/sybase_ct/tests/test.inc:1.4.6.1 Sun Mar 11 12:54:54 2007
+++ php-src/ext/sybase_ct/tests/test.inc Sun Mar 11 12:56:44 2007
@@ -1,7 +1,7 @@
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test.inc,v 1.4.6.1 2007/03/11 12:54:54 tony2001 Exp $
+ * $Id: test.inc,v 1.4.6.2 2007/03/11 12:56:44 tony2001 Exp $
*/
// Change if needed
@@ -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);
}
// }}}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php