Searched refs:nn (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/standard/tests/strings/ |
H A D | wordwrap_error.phpt | 54 …nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\…
|
H A D | nl2br_variation3.phpt | 15 \nnn\n\n\nn 42 nn<br />
|
/PHP-8.1/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.lua | 81 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 D | dasm_arm.lua | 78 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 D | dasm_arm64.lua | 80 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 D | dasm_x86.lua | 121 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 D | dasm_ppc.lua | 80 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 D | sjismac_encoding.phpt | 42 $fromUnicode[pack('nn', $cp1, $cp2)] = $macJap;
|
/PHP-8.1/sapi/cli/ |
H A D | php_cli_server.c | 1561 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 D | fnv1a32.phpt | 280 array( '4T+nn~Yake"^4$;g)8xGR>>X)Zb Wfwk<#Z+#5mo{oO0tjx}#rEV1c/', '021cf019' ),
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 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 …]
|
H A D | magic私はガラスを食べられます | 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 131 milliseconds