Home
last modified time | relevance | path

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

/php-src/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-src/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.h3995 bool should_throw = zend_internal_call_should_throw(fbc, call);
4006 if (should_throw) {
4116 bool should_throw = zend_internal_call_should_throw(fbc, call);
4127 if (should_throw) {
4223 bool should_throw = zend_internal_call_should_throw(fbc, call);
4239 if (should_throw) {
8875 bool should_throw = zend_internal_call_should_throw(fbc, call);
8893 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 174 milliseconds