Home
last modified time | relevance | path

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

/PHP-7.4/ext/zend_test/
H A Dtest.c217 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/PHP-7.4/Zend/
H A Dzend.h155 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4056 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
4057 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
4186 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
4187 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
H A Dzend_API.c3171 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()
3172 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
H A Dzend_API.h204 class_container.get_static_method = NULL; \
H A Dzend_vm_execute.h5931 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
8202 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9124 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
10663 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
23833 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
26028 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
27517 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
29752 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
31859 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
33652 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]
H A Dzend_vm_def.h3684 if (ce->get_static_method) {
3685 fbc = ce->get_static_method(ce, Z_STR_P(function_name));
H A Dzend_compile.c1685 ce->get_static_method = NULL; in zend_initialize_class_data()

Completed in 179 milliseconds