Home
last modified time | relevance | path

Searched refs:zend_get_function_root_class (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_object_handlers.c822 static inline zend_class_entry * zend_get_function_root_class(zend_function *fbc) /* {{{ */ in zend_get_function_root_class() function
904 if (!zend_check_protected(zend_get_function_root_class(fbc), EG(scope))) { in zend_std_get_method()
1042 if (!zend_check_protected(zend_get_function_root_class(fbc), EG(scope))) { in zend_std_get_static_method()
1127 if (!zend_check_protected(zend_get_function_root_class(constructor), EG(scope))) { in zend_std_get_constructor()

Completed in 8 milliseconds