Home
last modified time | relevance | path

Searched refs:oh (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first002.phpt8 $list->push('oh');
16 oh
H A DSplDoublylinkedlist_offsetunset_last.phpt8 $list->push('oh');
21 string(2) "oh"
H A DSplDoublylinkedlist_offsetunset_first.phpt8 $list->push('oh');
/php-src/tests/output/
H A Dob_017.phpt8 function oh($str, $flags) {
13 ob_start("oh", 3);
/php-src/ext/pcre/tests/
H A Dbug47229.phpt6 var_dump(preg_quote('-oh really?'));
23 string(13) "\-oh really\?"
/php-src/ext/phar/tests/
H A Dfopen_edgecases.phpt30 file_put_contents($fname2, '<?php oh crap __HALT_COMPILER();');
/php-src/main/
H A Dmain.c1801 zval oh; in php_request_startup() local
1803 ZVAL_STRING(&oh, PG(output_handler)); in php_request_startup()
1804 php_output_start_user(&oh, 0, PHP_OUTPUT_HANDLER_STDFLAGS); in php_request_startup()
1805 zval_ptr_dtor(&oh); in php_request_startup()
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c2899 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local
2902 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() local
2913 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() local
3016 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() local
3027 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() local
8646 s1 = ((c1 / 94 + oh + 0x21) << 8) + (c1 % 94 + 0x21); in mbfl_filt_conv_wchar_eucjpwin()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26744 # OS/2 batch files are REXX. the second regex is a bit generic, oh well
37283 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
H A Dmagic26744 # OS/2 batch files are REXX. the second regex is a bit generic, oh well
37283 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).

Completed in 252 milliseconds