Home
last modified time | relevance | path

Searched refs:mptr (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c431 zend_function *mptr; in _class_string() local
445 zend_function *mptr; in _class_string() local
500 zend_function *mptr; in _class_string() local
524 mptr = closure; in _class_string()
1108 zend_function *mptr; in _function_check_flag() local
2989 zend_function *mptr; in ZEND_METHOD() local
3070 intern->ptr = mptr; in ZEND_METHOD()
3081 zend_function *mptr; in ZEND_METHOD() local
3099 zend_function *mptr; in ZEND_METHOD() local
3105 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]
/PHP-7.2/Zend/
H A Dzend_closures.c261 zend_function *mptr; in zend_create_closure_from_callable() local
269 mptr = fcc.function_handler; in zend_create_closure_from_callable()
270 if (mptr->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) { in zend_create_closure_from_callable()
276 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
283 call.function_name = mptr->common.function_name; in zend_create_closure_from_callable()
284 call.arg_info = (zend_internal_arg_info *) mptr->common.prototype; in zend_create_closure_from_callable()
285 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
287 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
288 mptr = (zend_function *) &call; in zend_create_closure_from_callable()
293 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, &instance); in zend_create_closure_from_callable()
[all …]
H A Dzend_builtin_functions.c1216 zend_function *mptr; in ZEND_FUNCTION() local
1238 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
1240 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
1241 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
1242 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
1243 scope == mptr->common.scope)))) { in ZEND_FUNCTION()
1244 size_t len = ZSTR_LEN(mptr->common.function_name); in ZEND_FUNCTION()
1251 mptr->common.scope == ce || in ZEND_FUNCTION()
1254 if (mptr->type == ZEND_USER_FUNCTION && in ZEND_FUNCTION()
1255 (!mptr->op_array.refcount || *mptr->op_array.refcount > 1) && in ZEND_FUNCTION()
[all …]

Completed in 35 milliseconds