Searched refs:check_exception (Results 1 – 2 of 2) sorted by relevance
332 bool check_exception);3960 if (check_exception) { in zend_jit_type_check_undef()3987 if (check_exception) { in zend_jit_zval_check_undef()6188 bool check_exception) in zend_jit_simple_assign() argument6227 if (check_exception) { in zend_jit_simple_assign()6390 bool check_exception) in zend_jit_assign_to_variable() argument6477 if (check_exception) { in zend_jit_assign_to_variable()6516 if (check_exception) { in zend_jit_assign_to_variable()6534 if (check_exception && (val_info & MAY_BE_UNDEF)) { in zend_jit_assign_to_variable()6545 if (check_exception && (val_info & MAY_BE_UNDEF)) { in zend_jit_assign_to_variable()[all …]
5561 #define ZEND_VM_NEXT_OPCODE_EX(check_exception, skip) \ argument5563 if (check_exception) { \5592 #define ZEND_VM_JMP_EX(new_op, check_exception) do { \ argument5593 if (check_exception && UNEXPECTED(EG(exception))) { \
Completed in 59 milliseconds