Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend.h194 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4582 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
4583 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
4716 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
4717 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
H A Dzend_API.c3632 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()
3633 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
H A Dzend_vm_execute.h6855 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9178 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9931 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
11543 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24215 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
26874 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
28331 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
31154 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
33245 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
35099 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]
H A Dzend_API.h281 class_container.get_static_method = NULL; \
H A Dzend_vm_def.h3658 if (ce->get_static_method) {
3659 fbc = ce->get_static_method(ce, Z_STR_P(function_name));
H A Dzend_compile.c1922 ce->get_static_method = NULL; in zend_initialize_class_data()
/PHP-8.1/ext/zend_test/
H A Dtest.c646 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()

Completed in 192 milliseconds