]> granicus.if.org Git - php/commitdiff
MFH: bug #29183
authorfoobar <sniper@php.net>
Wed, 19 Jan 2005 01:46:47 +0000 (01:46 +0000)
committerfoobar <sniper@php.net>
Wed, 19 Jan 2005 01:46:47 +0000 (01:46 +0000)
Zend/zend_object_handlers.c

index c24a1d5fdc5d133c84b4033836d8a7a2e021173a..10f9dfef01fc33e212d8468ee12222bd0fbc5b72 100644 (file)
@@ -602,7 +602,7 @@ ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS)
  * Returns the function address that should be called, or NULL
  * if no such function exists.
  */
-inline zend_function *zend_check_private(zend_function *fbc, zend_class_entry *ce, int fn_flags, char *function_name_strval, int function_name_strlen TSRMLS_DC)
+static inline zend_function *zend_check_private(zend_function *fbc, zend_class_entry *ce, int fn_flags, char *function_name_strval, int function_name_strlen TSRMLS_DC)
 {
        if (!ce) {
                return 0;