oh 468 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c const int oh = cp932ext1_ucs_table_min / 94; oh 471 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); oh 477 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c const int oh = cp932ext2_ucs_table_min / 94; oh 482 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); oh 700 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c const int oh = cp932ext1_ucs_table_min / 94; oh 703 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); oh 709 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c const int oh = cp932ext2_ucs_table_min / 94; oh 714 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); oh 847 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c const int oh = cp932ext1_ucs_table_min / 94; oh 850 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); oh 856 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c const int oh = cp932ext2_ucs_table_min / 94; oh 861 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); oh 330 ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c const int oh = cp932ext1_ucs_table_min / 94; oh 333 ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c s1 = ((c1 / 94 + oh + 0x21) << 8) + (c1 % 94 + 0x21); oh 1614 main/main.c zval oh; oh 1616 main/main.c ZVAL_STRING(&oh, PG(output_handler)); oh 1617 main/main.c php_output_start_user(&oh, 0, PHP_OUTPUT_HANDLER_STDFLAGS); oh 1618 main/main.c zval_ptr_dtor(&oh);