Home
last modified time | relevance | path

Searched refs:reg (Results 76 – 92 of 92) sorted by relevance

1234

/PHP-8.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic1.phpt433 string(5) "®"
H A Dhtmlentities_html4.phpt80 ® U+000AE
H A Dget_html_translation_table_basic5.phpt1289 [®] => ®
H A Dhtml_entity_decode_html5.phpt1724 "®",
3858 ® => ® c2ae
H A Dhtmlentities_html5.phpt160 ® U+000AE
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c3073 if(reg!=((1<<8)-1)&&reg!=GETARG_B(*i))
3074 SETARG_A(*i,reg);
3134 if(!ISK(reg)&&reg>=fs->nactvar){
3240 luaK_nil(fs,reg,1);
3257 SETARG_A(*pc,reg);
3261 if(reg!=e->u.s.info)
3269 e->u.s.info=reg;
3297 e->u.s.info=reg;
3830 int reg=fs->freereg;
3832 luaK_nil(fs,reg,extra);
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c247 struct uffdio_register reg = { in phpdbg_change_watchpoint_access() local
255 ioctl(PHPDBG_G(watch_userfaultfd), UFFDIO_REGISTER, &reg); in phpdbg_change_watchpoint_access()
258 struct uffdio_register reg = { in phpdbg_change_watchpoint_access() local
262 ioctl(PHPDBG_G(watch_userfaultfd), UFFDIO_UNREGISTER, &reg); in phpdbg_change_watchpoint_access()
/PHP-8.3/
H A D.gitignore217 /win32/syslog.reg
/PHP-8.3/win32/build/
H A Dconfutils.js2213 var reg = new RegExp("#define[\s ]+" + keys[i] + "[\s ]*.*|#undef[\s ]+" + keys[i], "g");
2215 if (ln.match(reg)) {
2452 var reg = /\$\(([^\)]+)\)/g;
2454 while (r = reg.exec(val)) {
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt111 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all.phpt127 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all_oo.phpt129 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_array.phpt106 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-8.3/ext/standard/html_tables/
H A Dents_html5.txt1719 reg 000AE
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5850 static void jumpto_if_not_utf_char_start(struct sljit_compiler *compiler, sljit_s32 reg, struct slj… in jumpto_if_not_utf_char_start() argument
5853 OP2(SLJIT_AND, reg, 0, reg, 0, SLJIT_IMM, 0xc0); in jumpto_if_not_utf_char_start()
5854 CMPTO(SLJIT_EQUAL, reg, 0, SLJIT_IMM, 0x80, label); in jumpto_if_not_utf_char_start()
5856 OP2(SLJIT_AND, reg, 0, reg, 0, SLJIT_IMM, 0xfc00); in jumpto_if_not_utf_char_start()
5857 CMPTO(SLJIT_EQUAL, reg, 0, SLJIT_IMM, 0xdc00, label); in jumpto_if_not_utf_char_start()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic39342 # L1WMAP.REG with only 1 CRNL or org.gnome.gnumeric.reg with 2 NL
39345 !:ext reg
39352 !:ext reg
39359 !:ext reg
39363 # Note: WINE use text based registry (system.reg,user.reg,userdef.reg)
39368 !:mime text/x-wine-extension-reg
39369 !:ext reg
H A Dmagic私はガラスを食べられます39342 # L1WMAP.REG with only 1 CRNL or org.gnome.gnumeric.reg with 2 NL
39345 !:ext reg
39352 !:ext reg
39359 !:ext reg
39363 # Note: WINE use text based registry (system.reg,user.reg,userdef.reg)
39368 !:mime text/x-wine-extension-reg
39369 !:ext reg

Completed in 272 milliseconds

1234