Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend.h197 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4565 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
4566 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
4699 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
4700 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
H A Dzend_API.c3754 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()
3755 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
H A Dzend_vm_execute.h6943 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9288 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
10041 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
11662 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24370 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
27043 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
28500 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
31323 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
33468 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
35344 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]
H A Dzend_API.h292 class_container.get_static_method = NULL; \
H A Dzend_vm_def.h3646 if (ce->get_static_method) {
3647 fbc = ce->get_static_method(ce, Z_STR_P(function_name));
H A Dzend_compile.c1893 ce->get_static_method = NULL; in zend_initialize_class_data()
/PHP-8.2/ext/zend_test/
H A Dtest.c935 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()

Completed in 229 milliseconds