Home
last modified time | relevance | path

Searched refs:zend_verify_internal_return_type (Results 1 – 5 of 5) sorted by path

/PHP-8.1/Zend/
H A Dzend_execute.c1362 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret) in zend_verify_internal_return_type() function
H A Dzend_execute.h95 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret);
H A Dzend_execute_API.c954 zend_verify_internal_return_type(call->func, fci->retval)); in zend_call_function()
H A Dzend_vm_def.h3962 zend_verify_internal_return_type(call->func, ret));
4081 zend_verify_internal_return_type(call->func, ret));
4191 zend_verify_internal_return_type(call->func, ret));
8713 zend_verify_internal_return_type(call->func, ret));
H A Dzend_vm_execute.h1243 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1305 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1471 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1566 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1662 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1772 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1881 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
1990 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3359 zend_verify_internal_return_type(call->func, ret)); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3498 zend_verify_internal_return_type(call->func, ret)); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()

Completed in 163 milliseconds