Home
last modified time | relevance | path

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

/PHP-5.5/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|unicode%(2) "oh"
H A DSplDoublylinkedlist_offsetunset_first.phpt8 $list->push('oh');
/PHP-5.5/tests/output/
H A Dob_017.phpt8 function oh($str, $flags) {
13 ob_start("oh", 3);
/PHP-5.5/ext/pcre/tests/
H A Dbug47229.phpt6 var_dump(preg_quote('-oh really?'));
23 %string|unicode%(13) "\-oh really\?"
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c468 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_jis_ms() local
471 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() local
482 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() local
703 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() local
714 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() local
850 s = ((i / 94 + oh + 0x21) << 8) + (i % 94 + 0x21); in mbfl_filt_conv_wchar_cp50222()
[all …]
H A Dmbfilter_euc_jp_win.c330 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_eucjpwin() local
333 s1 = ((c1 / 94 + oh + 0x21) << 8) + (c1 % 94 + 0x21); in mbfl_filt_conv_wchar_eucjpwin()
/PHP-5.5/main/
H A Dmain.c1584 zval *oh; in php_request_startup() local
1586 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()
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt30 file_put_contents($fname2, '<?php oh crap __HALT_COMPILER();');
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic12852 # OS/2 batch files are REXX. the second regex is a bit generic, oh well
17329 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).

Completed in 59 milliseconds