Home
last modified time | relevance | path

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

/PHP-8.4/ext/random/
H A Dcsprng.c213 …_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw) in php_random_bytes()
225 …PAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) in php_random_int()
/PHP-8.4/Zend/
H A Dzend_execute_API.c1004 bool should_throw = zend_internal_call_should_throw(func, call); in zend_call_function() local
H A Dzend_vm_execute.h1281 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER() local
1345 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER() local
1409 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER() local
1578 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER() local
1680 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER() local
1783 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER() local
1899 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER() local
2017 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER() local
2135 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER() local
3510 bool should_throw = zend_internal_call_should_throw(fbc, call); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
[all …]

Completed in 184 milliseconds