Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend.h155 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4223 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
4224 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
4357 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
4358 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
H A Dzend_API.c3267 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()
3268 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
H A Dzend_vm_execute.h6654 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
8947 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9690 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
11335 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
23979 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
26559 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
27961 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
30743 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
32857 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
34722 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]
H A Dzend_API.h250 class_container.get_static_method = NULL; \
H A Dzend_vm_def.h3632 if (ce->get_static_method) {
3633 fbc = ce->get_static_method(ce, Z_STR_P(function_name));
H A Dzend_compile.c1858 ce->get_static_method = NULL; in zend_initialize_class_data()
/PHP-8.0/ext/zend_test/
H A Dtest.c450 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()

Completed in 212 milliseconds