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               1670 main/main.c    			zval *oh;
oh               1672 main/main.c    			MAKE_STD_ZVAL(oh);
oh               1673 main/main.c    			ZVAL_STRING(oh, PG(output_handler), 1);
oh               1674 main/main.c    			php_output_start_user(oh, 0, PHP_OUTPUT_HANDLER_STDFLAGS TSRMLS_CC);
oh               1675 main/main.c    			zval_ptr_dtor(&oh);