Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Dcsprng.c64 PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw) in php_random_bytes() argument
69 if (should_throw) { in php_random_bytes()
82 if (should_throw) { in php_random_bytes()
157 if (should_throw) { in php_random_bytes()
177 if (should_throw) { in php_random_bytes()
195 if (should_throw) { in php_random_bytes()
213 …PAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) in php_random_int() argument
225 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
245 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
H A Dphp_random_csprng.h23 PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw);
24 …API zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw);
/PHP-8.2/Zend/
H A Dzend_execute_API.c979 bool should_throw = zend_internal_call_should_throw(func, call); in zend_call_function() local
991 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.h1291 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1353 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1416 if (should_throw) { in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1583 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1678 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1775 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1886 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1995 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2105 if (should_throw) { in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3505 if (should_throw) { in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]

Completed in 176 milliseconds