Home
last modified time | relevance | path

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

/PHP-7.3/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()
282 call.fn_flags = mptr->common.fn_flags & ZEND_ACC_STATIC; in zend_create_closure_from_callable()
284 call.function_name = mptr->common.function_name; 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.c1267 zend_function *mptr; in ZEND_FUNCTION() local
1289 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
1291 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
1292 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
1293 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
1294 scope == mptr->common.scope)))) { in ZEND_FUNCTION()
1295 size_t len = ZSTR_LEN(mptr->common.function_name); in ZEND_FUNCTION()
1302 mptr->common.scope == ce || in ZEND_FUNCTION()
1305 if (mptr->type == ZEND_USER_FUNCTION && in ZEND_FUNCTION()
1306 (!mptr->op_array.refcount || *mptr->op_array.refcount > 1) && in ZEND_FUNCTION()
[all …]
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c393 zend_function *mptr; in _class_string() local
407 zend_function *mptr; in _class_string() local
462 zend_function *mptr; in _class_string() local
485 mptr = closure; in _class_string()
1072 zend_function *mptr; in _function_check_flag() local
2952 zend_function *mptr; in ZEND_METHOD() local
3032 intern->ptr = mptr; in ZEND_METHOD()
3043 zend_function *mptr; in ZEND_METHOD() local
3061 zend_function *mptr; in ZEND_METHOD() local
3066 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]

Completed in 44 milliseconds