Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute.h105 ZEND_API bool zend_internal_call_should_throw(zend_function *fbc, zend_execute_data *call);
H A Dzend_execute_API.c979 bool should_throw = zend_internal_call_should_throw(func, call); in zend_call_function()
H A Dzend_vm_def.h3977 bool should_throw = zend_internal_call_should_throw(fbc, call);
4098 bool should_throw = zend_internal_call_should_throw(fbc, call);
4205 bool should_throw = zend_internal_call_should_throw(fbc, call);
8857 bool should_throw = zend_internal_call_should_throw(fbc, call);
H A Dzend_execute.c1272 ZEND_API bool zend_internal_call_should_throw(zend_function *fbc, zend_execute_data *call) in zend_internal_call_should_throw() function
H A Dzend_vm_execute.h1281 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1343 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1405 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1573 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1668 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1764 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1871 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1980 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2089 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3487 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]

Completed in 194 milliseconds