Home
last modified time | relevance | path

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

/PHP-8.3/ext/random/
H A Dcsprng.c63 PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw) in php_random_bytes() argument
68 if (should_throw) { in php_random_bytes()
81 if (should_throw) { in php_random_bytes()
156 if (should_throw) { in php_random_bytes()
176 if (should_throw) { in php_random_bytes()
194 if (should_throw) { in php_random_bytes()
212 …PAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) in php_random_int() argument
224 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
244 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
H A Dphp_random.h198 PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw);
199 …API zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw);
/PHP-8.3/Zend/
H A Dzend_execute_API.c965 bool should_throw = zend_internal_call_should_throw(func, call); in zend_call_function() local
977 if (should_throw) { in zend_call_function()
H A Dzend_vm_def.h3977 bool should_throw = zend_internal_call_should_throw(fbc, call);
3988 if (should_throw) {
4098 bool should_throw = zend_internal_call_should_throw(fbc, call);
4109 if (should_throw) {
4205 bool should_throw = zend_internal_call_should_throw(fbc, call);
4221 if (should_throw) {
8857 bool should_throw = zend_internal_call_should_throw(fbc, call);
8875 if (should_throw) {
H A Dzend_vm_execute.h1279 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1341 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1404 if (should_throw) { in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1571 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1666 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1763 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1874 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1983 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2093 if (should_throw) { in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3493 if (should_throw) { in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]

Completed in 132 milliseconds