Home
last modified time | relevance | path

Searched defs:should_throw (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/standard/
H A Drandom.c91 PHPAPI int php_random_bytes(void *bytes, size_t size, bool should_throw) in php_random_bytes()
242 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) in php_random_int()
/PHP-8.1/Zend/
H A Dzend_execute_API.c939 bool should_throw = zend_internal_call_should_throw(func, call); in zend_call_function() local
H A Dzend_vm_execute.h1229 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER() local
1291 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER() local
1457 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER() local
1552 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER() local
1648 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER() local
1753 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER() local
1862 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER() local
1971 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER() local
3338 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
3477 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER() local

Completed in 138 milliseconds