Home
last modified time | relevance | path

Searched refs:ZEND_BW_AND (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h89 #define ZEND_BW_AND 10 macro
H A Dzend_language_parser.y905 { $$ = zend_ast_create_assign_op(ZEND_BW_AND, $1, $3); }
931 | expr '&' expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND, $1, $3); }
H A Dzend_ast.c1725 case ZEND_BW_AND: BINARY_OP(" &= ", 90, 91, 90); in zend_ast_export_ex()
1744 case ZEND_BW_AND: BINARY_OP(" & ", 160, 160, 161); in zend_ast_export_ex()
H A Dzend_opcode.c1099 case ZEND_BW_AND: in get_binary_op()
H A Dzend_operators.c1631 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND, bitwise_and_function); in bitwise_and_function()
1643 ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
H A Dzend_compile.c7007 || opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR)) { in zend_binary_op_produces_numeric_string_error()
7013 if ((opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR) in zend_binary_op_produces_numeric_string_error()
H A Dzend_vm_def.h919 ZEND_VM_COLD_CONSTCONST_HANDLER(10, ZEND_BW_AND, CONST|TMPVARCV, CONST|TMPVARCV, SPEC(COMMUTATIVE))
H A Dzend_vm_execute.h61414 case ZEND_BW_AND:
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass3.c80 case ZEND_BW_AND: in zend_optimizer_pass3()
102 opline->opcode == ZEND_BW_AND || in zend_optimizer_pass3()
H A Dpass1_5.c65 case ZEND_BW_AND: in zend_optimizer_pass1()
H A Ddce.c92 case ZEND_BW_AND: in may_have_side_effects()
H A Dzend_inference.c815 case ZEND_BW_AND: in zend_inference_calc_binary_op_range()
996 case ZEND_BW_AND: in zend_inference_calc_range()
2231 case ZEND_BW_AND: in binary_op_result_type()
2476 case ZEND_BW_AND: in zend_update_type_info()
4550 case ZEND_BW_AND: in zend_may_throw()
4618 opline->extended_value == ZEND_BW_AND || in zend_may_throw()
H A Dblock_pass.c799 case ZEND_BW_AND: in zend_optimize_block()
H A Dsccp.c1474 case ZEND_BW_AND: in sccp_visit_instr()
/PHP-7.4/ext/gmp/
H A Dgmp.c525 case ZEND_BW_AND: in gmp_do_operation_ex()

Completed in 194 milliseconds