Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/
H A Dphp_reflection.c519 zend_function *mptr; in _class_string() local
533 zend_function *mptr; in _class_string() local
590 zend_function *mptr; in _class_string() local
616 mptr = closure; in _class_string()
1211 zend_function *mptr; in _function_check_flag() local
3099 zend_function *mptr; in ZEND_METHOD() local
3180 intern->ptr = mptr; in ZEND_METHOD()
3191 zend_function *mptr; in ZEND_METHOD() local
3210 zend_function *mptr; in ZEND_METHOD() local
3216 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]
/PHP-7.1/Zend/
H A Dzend_closures.c264 zend_function *mptr; in zend_create_closure_from_callable() local
272 mptr = fcc.function_handler; in zend_create_closure_from_callable()
273 if (mptr->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) { in zend_create_closure_from_callable()
278 call.function_name = mptr->common.function_name; in zend_create_closure_from_callable()
279 call.arg_info = (zend_internal_arg_info *) mptr->common.prototype; in zend_create_closure_from_callable()
280 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
282 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
283 mptr = (zend_function *) &call; in zend_create_closure_from_callable()
288 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, &instance); in zend_create_closure_from_callable()
290 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, NULL); in zend_create_closure_from_callable()
H A Dzend_builtin_functions.c1322 zend_function *mptr; in ZEND_FUNCTION() local
1344 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
1346 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
1347 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
1348 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
1349 scope == mptr->common.scope)))) { in ZEND_FUNCTION()
1350 size_t len = ZSTR_LEN(mptr->common.function_name); in ZEND_FUNCTION()
1357 mptr->common.scope == ce || in ZEND_FUNCTION()
1360 if (mptr->type == ZEND_USER_FUNCTION && in ZEND_FUNCTION()
1361 (!mptr->op_array.refcount || *mptr->op_array.refcount > 1) && in ZEND_FUNCTION()
[all …]

Completed in 36 milliseconds