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 Drandom.c486 PHPAPI int php_random_bytes(void *bytes, size_t size, bool should_throw) argument
491 if (should_throw) {
504 if (should_throw) {
568 if (should_throw) {
588 if (should_throw) {
609 if (should_throw) {
626 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) argument
638 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) {
658 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) {
H A Dphp_random.h201 PHPAPI int php_random_bytes(void *bytes, size_t size, bool should_throw);
202 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw);
/PHP-8.2/Zend/
H A Dzend_execute_API.c957 bool should_throw = zend_internal_call_should_throw(func, call); in zend_call_function() local
969 if (should_throw) { in zend_call_function()
H A Dzend_vm_def.h3934 bool should_throw = zend_internal_call_should_throw(fbc, call);
3945 if (should_throw) {
4055 bool should_throw = zend_internal_call_should_throw(fbc, call);
4066 if (should_throw) {
4162 bool should_throw = zend_internal_call_should_throw(fbc, call);
4178 if (should_throw) {
8753 bool should_throw = zend_internal_call_should_throw(fbc, call);
8771 if (should_throw) {
H A Dzend_vm_execute.h1254 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1316 if (should_throw) { in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1379 if (should_throw) { in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1546 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1641 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1738 if (should_throw) { in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1849 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1958 if (should_throw) { in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2068 if (should_throw) { in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3446 if (should_throw) { in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]

Completed in 159 milliseconds