Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt121nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\…
128nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\…
200nn<br />\ng<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\nf<br />…
216nn<br />\ng<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\nf<br />…
H A Dnl2br_variation3.phpt20 \nnn\n\n\nn
47 nn<br />
H A Dwordwrap_error.phpt77nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\…
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c447 int n, nn; in copy_data() local
453 nn = len > sizeof(buf) ? sizeof(buf) : len; in copy_data()
454 if ((n=fread(buf, 1, nn, fs)) < 0) { in copy_data()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1616 char *nn = n; in normalize_vpath() local
1617 while (nn < decoded_vpath_end && *nn == '/') nn++; in normalize_vpath()
1619 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
1620 decoded_vpath_end -= nn - p; in normalize_vpath()
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt127 0nn as input too.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5886 # where nn is string offset varying for different languages
5887 # "Invalid partition table" nn=0x8b for english version
5904 # "Missing operating system" nn=0xc2 for english version
5905 # "Betriebssystem fehlt" nn=0xcd for german version
5908 # "Falta sistema operativo" nn=0xca for spanish version
5909 # "Sistema operativo mancante" nn=0xe2 for italian version
5917 # "Invalid partition table" nn=0x10F for english version
5918 # "Ungültige Partitionstabelle" nn=0x10F for german version
5919 # "Table de partition erronée" nn=0x10F for french version
5933 # "Missing operating system" nn=0x146 for english version
[all …]

Completed in 73 milliseconds