Home
last modified time | relevance | path

Searched refs:ZEND_BW_AND (Results 1 – 12 of 12) sorted by last modified time

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c538 case ZEND_ASSIGN_BW_AND: return ZEND_BW_AND; in get_compound_assign_op()
755 case ZEND_BW_AND: in zend_inference_calc_binary_op_range()
935 case ZEND_BW_AND: in zend_inference_calc_range()
2093 case ZEND_BW_AND: in binary_op_result_type()
2214 case ZEND_BW_AND: in zend_update_type_info()
H A Dpass1_5.c67 case ZEND_BW_AND: in zend_optimizer_pass1()
H A Dpass3.c83 case ZEND_BW_AND: in zend_optimizer_pass3()
101 opline->opcode == ZEND_BW_AND || in zend_optimizer_pass3()
151 case ZEND_BW_AND: in zend_optimizer_pass3()
H A Dblock_pass.c690 case ZEND_BW_AND: in zend_optimize_block()
/PHP-7.1/ext/gmp/
H A Dgmp.c516 case ZEND_BW_AND: in gmp_do_operation_ex()
/PHP-7.1/Zend/
H A Dzend_vm_opcodes.h80 #define ZEND_BW_AND 10 macro
H A Dzend_vm_def.h658 ZEND_VM_HANDLER(10, ZEND_BW_AND, CONST|TMPVAR|CV, CONST|TMPVAR|CV)
H A Dzend_opcode.c740 case ZEND_BW_AND: in get_binary_op()
H A Dzend_operators.c1516 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND, bitwise_and_function); in bitwise_and_function()
1525 ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
H A Dzend_language_parser.y916 | expr '&' expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND, $1, $3); }
H A Dzend_compile.c6536 || opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR)) { in zend_binary_op_produces_numeric_string_error()
6542 if ((opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR) in zend_binary_op_produces_numeric_string_error()
H A Dzend_ast.c1374 case ZEND_BW_AND: BINARY_OP(" & ", 160, 160, 161); in zend_ast_export_ex()

Completed in 101 milliseconds