Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.h107 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret);
H A Dzend_execute_API.c995 zend_verify_internal_return_type(call->func, fci->retval)); in zend_call_function()
H A Dzend_vm_def.h4010 zend_verify_internal_return_type(call->func, ret));
4131 zend_verify_internal_return_type(call->func, ret));
4243 zend_verify_internal_return_type(call->func, ret));
8897 zend_verify_internal_return_type(call->func, ret));
H A Dzend_execute.c1455 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret) in zend_verify_internal_return_type() function
H A Dzend_vm_execute.h1295 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1357 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1420 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1587 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1682 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1779 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1890 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1999 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2109 zend_verify_internal_return_type(call->func, ret)); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3509 zend_verify_internal_return_type(call->func, ret)); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]

Completed in 176 milliseconds