Searched refs:should_throw (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/random/ |
H A D | csprng.c | 213 …_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw) in php_random_bytes() argument 218 if (result == FAILURE && 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() argument 237 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int() 257 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
|
H A D | php_random_csprng.h | 23 …ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw); 26 …API zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw);
|
/php-src/Zend/ |
H A D | zend_execute_API.c | 1011 bool should_throw = zend_internal_call_should_throw(func, call); in zend_call_function() local 1023 if (should_throw) { in zend_call_function()
|
H A D | zend_vm_def.h | 4073 bool should_throw = zend_internal_call_should_throw(fbc, call); 4084 if (should_throw) { 4195 bool should_throw = zend_internal_call_should_throw(fbc, call); 4206 if (should_throw) { 4311 bool should_throw = zend_internal_call_should_throw(fbc, call); 4327 if (should_throw) { 8944 bool should_throw = zend_internal_call_should_throw(fbc, call); 8962 if (should_throw) {
|
H A D | zend_vm_execute.h | 1303 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER() 1367 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER() 1432 if (should_throw) { in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER() 1600 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER() 1702 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER() 1806 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER() 1926 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER() 2044 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER() 2163 if (should_throw) { in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER() 3539 if (should_throw) { in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() [all …]
|
Completed in 164 milliseconds