Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Drandom.c91 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw) in php_random_bytes()
242 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int()
/PHP-8.0/Zend/
H A Dzend_vm_execute.h1228 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER() local
1289 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER() local
1454 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER() local
1548 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER() local
1643 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER() local
1747 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER() local
1855 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER() local
1963 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER() local
3192 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
3328 zend_bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER() local

Completed in 122 milliseconds