Searched refs:get_static_method (Results 1 – 9 of 9) sorted by relevance
199 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
4924 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()4925 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()5058 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()5059 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
4028 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()4029 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
7343 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()9917 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()10675 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()12409 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()25445 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()28378 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()29888 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()32827 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()35098 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()37267 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()[all …]
299 class_container.get_static_method = NULL; \
3757 if (ce->get_static_method) {3758 fbc = ce->get_static_method(ce, Z_STR_P(function_name));
2099 ce->get_static_method = NULL; in zend_initialize_class_data()
1251 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
229 if (ce->get_static_method) { in zend_jit_find_static_method_helper()230 fbc = ce->get_static_method(ce, Z_STR_P(function_name)); in zend_jit_find_static_method_helper()
Completed in 324 milliseconds