Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/tests/output/
H A Dob_017.phpt8 function oh($str, $flags) {
13 ob_start("oh", 3);
/PHP-8.0/ext/pcre/tests/
H A Dbug47229.phpt6 var_dump(preg_quote('-oh really?'));
23 string(13) "\-oh really\?"
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c477 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_jis_ms() local
480 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_jis_ms()
486 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_jis_ms() local
491 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_jis_ms()
694 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local
697 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50221()
703 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local
708 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50221()
837 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222() local
840 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50222()
[all …]
H A Dmbfilter_euc_jp_win.c329 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_eucjpwin() local
332 s1 = ((c1 / 94 + oh + 0x21) << 8) + (c1 % 94 + 0x21); in mbfl_filt_conv_wchar_eucjpwin()
/PHP-8.0/ext/phar/tests/
H A Dfopen_edgecases.phpt30 file_put_contents($fname2, '<?php oh crap __HALT_COMPILER();');
/PHP-8.0/main/
H A Dmain.c1749 zval oh; in php_request_startup() local
1751 ZVAL_STRING(&oh, PG(output_handler)); in php_request_startup()
1752 php_output_start_user(&oh, 0, PHP_OUTPUT_HANDLER_STDFLAGS); in php_request_startup()
1753 zval_ptr_dtor(&oh); in php_request_startup()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます22122 # OS/2 batch files are REXX. the second regex is a bit generic, oh well
30237 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
H A Dmagic22122 # OS/2 batch files are REXX. the second regex is a bit generic, oh well
30237 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).

Completed in 142 milliseconds