Home
last modified time | relevance | path

Searched refs:should_throw (Results 1 – 4 of 4) 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() argument
96 if (should_throw) { in php_random_bytes()
109 if (should_throw) { in php_random_bytes()
171 if (should_throw) { in php_random_bytes()
185 if (should_throw) { in php_random_bytes()
201 if (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() argument
254 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
274 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
H A Dphp_random.h37 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw);
38 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw);
/PHP-8.0/Zend/
H A Dzend_vm_def.h3921 zend_bool should_throw = zend_internal_call_should_throw(fbc, call);
3931 if (should_throw) {
4039 zend_bool should_throw = zend_internal_call_should_throw(fbc, call);
4049 if (should_throw) {
4143 zend_bool should_throw = zend_internal_call_should_throw(fbc, call);
4158 if (should_throw) {
8605 zend_bool should_throw = zend_internal_call_should_throw(fbc, call);
8622 if (should_throw) {
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
1238 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1299 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1464 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1558 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1653 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1762 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1870 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
1978 if (should_throw) { in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3209 if (should_throw) { in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]

Completed in 148 milliseconds