Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c332 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() argument
6227 if (check_exception) { in zend_jit_simple_assign()
6390 bool check_exception) in zend_jit_assign_to_variable() argument
6477 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 …]
/php-src/Zend/
H A Dzend_execute.c5561 #define ZEND_VM_NEXT_OPCODE_EX(check_exception, skip) \ argument
5563 if (check_exception) { \
5592 #define ZEND_VM_JMP_EX(new_op, check_exception) do { \ argument
5593 if (check_exception && UNEXPECTED(EG(exception))) { \

Completed in 59 milliseconds