Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend.h512 …union _zend_function *(*get_static_method)(zend_class_entry *ce, char* method, int method_len TSRM… member
H A Dzend_API.h190 class_container.get_static_method = NULL; \
H A Dzend_vm_def.h2568 if (ce->get_static_method) {
2569 call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC);
2725 if (ce->get_static_method) {
2726 call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC);
H A Dzend_vm_execute.h1322 if (ce->get_static_method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1647 if (ce->get_static_method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1834 if (ce->get_static_method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2059 if (ce->get_static_method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
3597 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4589 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
5446 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6172 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
7034 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
15465 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
[all …]
H A Dzend_API.c2900 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()
2901 …fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname, mlen TSRM… in zend_is_callable_check_func()
H A Dzend_compile.c6868 ce->get_static_method = NULL; in zend_initialize_class_data()

Completed in 186 milliseconds