Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.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_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.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_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")
1842 local nn = c == "m" and 1 or 2
1843 local t = args[nn]
1844 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.0/sapi/cli/
H A Dphp_cli_server.c1544 char *nn = n; in normalize_vpath() local
1545 while (nn < decoded_vpath_end && *nn == '/') nn++; in normalize_vpath()
1547 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
1548 decoded_vpath_end -= nn - p; in normalize_vpath()
/PHP-8.0/ext/hash/tests/
H A Dfnv1a32.phpt280 array( '4T+nn~Yake"^4$;g)8xGR>>X)Zb Wfwk<#Z+#5mo{oO0tjx}#rEV1c/', '021cf019' ),
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10976 # where nn is string offset varying for different languages
10977 # "Invalid partition table" nn=0x8b for english version
10986 # "Error loading operating system" nn=0xa3 for english version
10994 # "Missing operating system" nn=0xc2 for english version
10995 # "Betriebssystem fehlt" nn=0xcd for german version
10998 # "Falta sistema operativo" nn=0xca for spanish version
10999 # "Sistema operativo mancante" nn=0xe2 for italian version
11007 # "Invalid partition table" nn=0x10F for english version
11009 # "Table de partition erron\202e" nn=0x10F for french version
11023 # "Missing operating system" nn=0x146 for english version
[all …]
H A Dmagic10976 # where nn is string offset varying for different languages
10977 # "Invalid partition table" nn=0x8b for english version
10986 # "Error loading operating system" nn=0xa3 for english version
10994 # "Missing operating system" nn=0xc2 for english version
10995 # "Betriebssystem fehlt" nn=0xcd for german version
10998 # "Falta sistema operativo" nn=0xca for spanish version
10999 # "Sistema operativo mancante" nn=0xe2 for italian version
11007 # "Invalid partition table" nn=0x10F for english version
11009 # "Table de partition erron\202e" nn=0x10F for french version
11023 # "Missing operating system" nn=0x146 for english version
[all …]

Completed in 222 milliseconds