Searched refs:oh (Results 1 – 10 of 10) sorted by relevance
8 $list->push('oh');16 oh
8 $list->push('oh');21 %string|unicode%(2) "oh"
8 $list->push('oh');
8 function oh($str, $flags) {13 ob_start("oh", 3);
6 var_dump(preg_quote('-oh really?'));23 %string|unicode%(13) "\-oh really\?"
468 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_jis_ms() local471 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_jis_ms()477 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_jis_ms() local482 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_jis_ms()700 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local703 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50221()709 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local714 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50221()847 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222() local850 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50222()[all …]
330 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_eucjpwin() local333 s1 = ((c1 / 94 + oh + 0x21) << 8) + (c1 % 94 + 0x21); in mbfl_filt_conv_wchar_eucjpwin()
1584 zval *oh; in php_request_startup() local1586 MAKE_STD_ZVAL(oh); in php_request_startup()1587 ZVAL_STRING(oh, PG(output_handler), 1); in php_request_startup()1588 php_output_start_user(oh, 0, PHP_OUTPUT_HANDLER_STDFLAGS TSRMLS_CC); in php_request_startup()1589 zval_ptr_dtor(&oh); in php_request_startup()
30 file_put_contents($fname2, '<?php oh crap __HALT_COMPILER();');
12852 # OS/2 batch files are REXX. the second regex is a bit generic, oh well17329 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
Completed in 88 milliseconds