Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 12 of 12) sorted by relevance

/PHP-8.1/ext/standard/tests/strings/
H A Dwordwrap_error.phpt54nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\…
H A Dnl2br_variation3.phpt15 \nnn\n\n\nn
42 nn<br />
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua81 local nn = #actlist
82 if nn == 0 then nn = 1; actlist[0] = map_action.STOP end
83 out:write("static const unsigned int ", name, "[", nn, "] = {\n")
84 for i = 1,nn-1 do
87 assert(out:write("0x", tohex(actlist[nn]), "\n};\n\n"))
H A Ddasm_arm.lua78 local nn = #actlist
79 if nn == 0 then nn = 1; actlist[0] = map_action.STOP end
80 out:write("static const unsigned int ", name, "[", nn, "] = {\n")
81 for i = 1,nn-1 do
84 assert(out:write("0x", tohex(actlist[nn]), "\n};\n\n"))
H A Ddasm_arm64.lua80 local nn = #actlist
81 if nn == 0 then nn = 1; actlist[0] = map_action.STOP end
82 out:write("static const unsigned int ", name, "[", nn, "] = {\n")
83 for i = 1,nn-1 do
86 assert(out:write("0x", tohex(actlist[nn]), "\n};\n\n"))
H A Ddasm_x86.lua121 local nn = #actlist
122 local last = actlist[nn] or 255
123 actlist[nn] = nil -- Remove last byte.
124 if nn == 0 then nn = 1 end
125 out:write("static const unsigned char ", name, "[", nn, "] = {\n")
1920 local nn = c == "m" and 1 or 2
1921 local t = args[nn]
1922 if narg <= nn then narg = nn + 1 end
H A Ddasm_ppc.lua80 local nn = #actlist
81 if nn == 0 then nn = 1; actlist[0] = map_action.STOP end
82 out:write("static const unsigned int ", name, "[", nn, "] = {\n")
83 for i = 1,nn-1 do
86 assert(out:write("0x", tohex(actlist[nn]), "\n};\n\n"))
/PHP-8.1/ext/mbstring/tests/
H A Dsjismac_encoding.phpt42 $fromUnicode[pack('nn', $cp1, $cp2)] = $macJap;
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c1561 char *nn = n; in normalize_vpath() local
1562 while (nn < decoded_vpath_end && *nn == '/') nn++; in normalize_vpath()
1564 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
1565 decoded_vpath_end -= nn - p; in normalize_vpath()
/PHP-8.1/ext/hash/tests/
H A Dfnv1a32.phpt280 array( '4T+nn~Yake"^4$;g)8xGR>>X)Zb Wfwk<#Z+#5mo{oO0tjx}#rEV1c/', '021cf019' ),
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic11454 # where nn is string offset varying for different languages
11455 # "Invalid partition table" nn=0x8b for english version
11464 # "Error loading operating system" nn=0xa3 for english version
11472 # "Missing operating system" nn=0xc2 for english version
11473 # "Betriebssystem fehlt" nn=0xcd for german version
11476 # "Falta sistema operativo" nn=0xca for spanish version
11477 # "Sistema operativo mancante" nn=0xe2 for italian version
11485 # "Invalid partition table" nn=0x10F for english version
11487 # "Table de partition erron\202e" nn=0x10F for french version
11501 # "Missing operating system" nn=0x146 for english version
[all …]
H A Dmagic私はガラスを食べられます11454 # where nn is string offset varying for different languages
11455 # "Invalid partition table" nn=0x8b for english version
11464 # "Error loading operating system" nn=0xa3 for english version
11472 # "Missing operating system" nn=0xc2 for english version
11473 # "Betriebssystem fehlt" nn=0xcd for german version
11476 # "Falta sistema operativo" nn=0xca for spanish version
11477 # "Sistema operativo mancante" nn=0xe2 for italian version
11485 # "Invalid partition table" nn=0x10F for english version
11487 # "Table de partition erron\202e" nn=0x10F for french version
11501 # "Missing operating system" nn=0x146 for english version
[all …]

Completed in 125 milliseconds