Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/tests/output/
H A Dob_017.phpt8 function oh($str, $flags) {
13 ob_start("oh", 3);
/PHP-7.4/ext/pcre/tests/
H A Dbug47229.phpt6 var_dump(preg_quote('-oh really?'));
23 string(13) "\-oh really\?"
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c478 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_jis_ms() local
481 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_jis_ms()
487 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_jis_ms() local
492 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_jis_ms()
708 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local
711 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50221()
717 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221() local
722 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50221()
851 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222() local
854 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50222()
[all …]
H A Dmbfilter_euc_jp_win.c332 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_eucjpwin() local
335 s1 = ((c1 / 94 + oh + 0x21) << 8) + (c1 % 94 + 0x21); in mbfl_filt_conv_wchar_eucjpwin()
/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases.phpt30 file_put_contents($fname2, '<?php oh crap __HALT_COMPILER();');
/PHP-7.4/main/
H A Dmain.c1866 zval oh; in php_request_startup() local
1868 ZVAL_STRING(&oh, PG(output_handler)); in php_request_startup()
1869 php_output_start_user(&oh, 0, PHP_OUTPUT_HANDLER_STDFLAGS); in php_request_startup()
1870 zval_ptr_dtor(&oh); in php_request_startup()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます20446 # OS/2 batch files are REXX. the second regex is a bit generic, oh well
27331 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
H A Dmagic20446 # OS/2 batch files are REXX. the second regex is a bit generic, oh well
27331 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).

Completed in 149 milliseconds