Home
last modified time | relevance | path

Searched refs:check_exception (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_ir.c332 bool check_exception);
3900 if (check_exception) { in zend_jit_type_check_undef()
3927 if (check_exception) { in zend_jit_zval_check_undef()
5995 bool check_exception) in zend_jit_simple_assign() argument
6034 if (check_exception) { in zend_jit_simple_assign()
6197 bool check_exception) in zend_jit_assign_to_variable() argument
6278 if (check_exception) { in zend_jit_assign_to_variable()
6317 if (check_exception) { in zend_jit_assign_to_variable()
6332 if (check_exception && (val_info & MAY_BE_UNDEF)) { in zend_jit_assign_to_variable()
6343 if (check_exception && (val_info & MAY_BE_UNDEF)) { in zend_jit_assign_to_variable()
[all …]
/PHP-8.2/Zend/
H A Dzend_execute.c5319 #define ZEND_VM_NEXT_OPCODE_EX(check_exception, skip) \ argument
5321 if (check_exception) { \
5347 #define ZEND_VM_JMP_EX(new_op, check_exception) do { \ argument
5348 if (check_exception && UNEXPECTED(EG(exception))) { \

Completed in 73 milliseconds