Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend.h454 …union _zend_function *(*get_static_method)(zend_class_entry *ce, char* method, int method_len TSRM… member
H A Dzend_API.h186 class_container.get_static_method = NULL; \
H A Dzend_API.c2587 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()
2588 …fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname, mlen TSRM… in zend_is_callable_check_func()
H A Dzend_vm_execute.h2721 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
2722 EX(fbc) = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3298 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
3767 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
3992 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
4429 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
10529 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
12342 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
14147 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER()
15046 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_vm_def.h2018 if (ce->get_static_method) {
2019 EX(fbc) = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC);
H A Dzend_compile.c5058 ce->get_static_method = NULL; in zend_initialize_class_data()

Completed in 147 milliseconds