Searched refs:oh (Results 1 – 17 of 17) sorted by relevance
15 throw new \Exception("oh noes");20 [Uncaught Exception in %s on line %d: oh noes]21 >00008: throw new \Exception("oh noes");
8 $list->push('oh');16 oh
8 $list->push('oh');21 string(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(13) "\-oh really\?"
44 string(2) "oh"55 string(2) "oh"
47 string(2) "oh"61 string(2) "oh"
27 string(2) "oh"
39 string(2) "oh"
16 $db->exec("create function hey() returns trigger as \$\$ begin new.a := 'oh'; raise notice 'I tampe…
53 string(2) "oh"
30 file_put_contents($fname2, '<?php oh crap __HALT_COMPILER();');
1859 zval oh; in php_request_startup() local1861 ZVAL_STRING(&oh, PG(output_handler)); in php_request_startup()1862 php_output_start_user(&oh, 0, PHP_OUTPUT_HANDLER_STDFLAGS); in php_request_startup()1863 zval_ptr_dtor(&oh); in php_request_startup()
2899 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local2902 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50221()2908 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local2913 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50221()3013 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222() local3016 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50222()3022 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222() local3027 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50222()8643 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_eucjpwin() local8646 s1 = ((c1 / 94 + oh + 0x21) << 8) + (c1 % 94 + 0x21); in mbfl_filt_conv_wchar_eucjpwin()
26744 # OS/2 batch files are REXX. the second regex is a bit generic, oh well37283 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
Completed in 270 milliseconds