Lines Matching refs:zend_binary_assign_op_helper_SPEC_UNUSED_TMP

18297 static int ZEND_FASTCALL zend_binary_assign_op_helper_SPEC_UNUSED_TMP(int (*binary_op)(zval *result…  in zend_binary_assign_op_helper_SPEC_UNUSED_TMP()  function
18380 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(add_function, ZEND_OPCODE_HANDLER_ARGS_PASSTHR… in ZEND_ASSIGN_ADD_SPEC_UNUSED_TMP_HANDLER()
18385 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(sub_function, ZEND_OPCODE_HANDLER_ARGS_PASSTHR… in ZEND_ASSIGN_SUB_SPEC_UNUSED_TMP_HANDLER()
18390 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(mul_function, ZEND_OPCODE_HANDLER_ARGS_PASSTHR… in ZEND_ASSIGN_MUL_SPEC_UNUSED_TMP_HANDLER()
18395 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(div_function, ZEND_OPCODE_HANDLER_ARGS_PASSTHR… in ZEND_ASSIGN_DIV_SPEC_UNUSED_TMP_HANDLER()
18400 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(mod_function, ZEND_OPCODE_HANDLER_ARGS_PASSTHR… in ZEND_ASSIGN_MOD_SPEC_UNUSED_TMP_HANDLER()
18405 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(shift_left_function, ZEND_OPCODE_HANDLER_ARGS_… in ZEND_ASSIGN_SL_SPEC_UNUSED_TMP_HANDLER()
18410 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(shift_right_function, ZEND_OPCODE_HANDLER_ARGS… in ZEND_ASSIGN_SR_SPEC_UNUSED_TMP_HANDLER()
18415 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(concat_function, ZEND_OPCODE_HANDLER_ARGS_PASS… in ZEND_ASSIGN_CONCAT_SPEC_UNUSED_TMP_HANDLER()
18420 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(bitwise_or_function, ZEND_OPCODE_HANDLER_ARGS_… in ZEND_ASSIGN_BW_OR_SPEC_UNUSED_TMP_HANDLER()
18425 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(bitwise_and_function, ZEND_OPCODE_HANDLER_ARGS… in ZEND_ASSIGN_BW_AND_SPEC_UNUSED_TMP_HANDLER()
18430 …return zend_binary_assign_op_helper_SPEC_UNUSED_TMP(bitwise_xor_function, ZEND_OPCODE_HANDLER_ARGS… in ZEND_ASSIGN_BW_XOR_SPEC_UNUSED_TMP_HANDLER()