Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend.h199 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4924 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()
H A Dzend_API.c4028 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()
H A Dzend_vm_execute.h7343 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 …]
H A Dzend_API.h299 class_container.get_static_method = NULL; \
H A Dzend_vm_def.h3757 if (ce->get_static_method) {
3758 fbc = ce->get_static_method(ce, Z_STR_P(function_name));
H A Dzend_compile.c2099 ce->get_static_method = NULL; in zend_initialize_class_data()
/php-src/ext/zend_test/
H A Dtest.c1251 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c229 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