Home
last modified time | relevance | path

Searched refs:get_static_method (Results 1 – 6 of 6) sorted by last modified time

/PHP-5.6/Zend/
H A Dzend_vm_execute.h1542 if (ce->get_static_method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1886 if (ce->get_static_method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
2085 if (ce->get_static_method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2321 if (ce->get_static_method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
3884 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4889 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
5756 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6494 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
7356 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
15902 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
[all …]
H A Dzend_vm_def.h2590 if (ce->get_static_method) {
2591 call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC);
2758 if (ce->get_static_method) {
2759 call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC);
H A Dzend_compile.c6999 ce->get_static_method = NULL; in zend_initialize_class_data()
H A Dzend.h515 …union _zend_function *(*get_static_method)(zend_class_entry *ce, char* method, int method_len TSRM… member
H A Dzend_API.c2956 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()
2957 …fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname, mlen TSRM… in zend_is_callable_check_func()
H A Dzend_API.h192 class_container.get_static_method = NULL; \

Completed in 166 milliseconds