Home
last modified time | relevance | path

Searched refs:N (Results 126 – 150 of 172) sorted by relevance

1234567

/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt63 …c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::w::: :::\:::k:…
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
H A Dstrripos_variation2.phpt26 '\N',
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt101 (isset($stmt)) ? implode(' ', $stmt->errorInfo()) : 'N/A');
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput29252 /(?&N)[]a(?<N>)](abc)/
9887 abcdef\N\N
9890 xyzabcdef\N\N
9904 abcdef\N\N
9922 xyzabc\N\N
9925 xyz\N\N
9946 xyzabc\N\N
9948 xyz\N\N
11774 \N\N
11776 abc\N\N
[all …]
H A Dtestoutput14121 ddd\N
365 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c545 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument
548 int n = (N); \ in php_sha256_crypt_r()
H A Dcrypt_sha512.c580 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument
583 int n = (N); \ in php_sha512_crypt_r()
H A Durl_scanner_ex.re98 N = (any\[<]);
304 N+ { passthru(STD_ARGS); goto state_plain; }
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m445 # Pick up ap[ru]-N-config if using httpd >=2.1
/PHP-5.5/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc16 'EVuPX9ZM2dBAEEEAmEzVXRcbdmMfGoEF0hn+ufCvjZoGXMbSLKGXRkIhYEcJFHzrGphvw7M/YAd1MT/q4b1weBHE7+N+ge1EyD…
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m444 # Pick up ap[ru]-N-config if using httpd >=2.1
/PHP-5.5/ext/standard/html_tables/mappings/
H A DCP1251.TXT97 0x4E 0x004E #LATIN CAPITAL LETTER N
129 0x6E 0x006E #LATIN SMALL LETTER N
H A D8859-5.TXT126 0x4E 0x004E # LATIN CAPITAL LETTER N
158 0x6E 0x006E # LATIN SMALL LETTER N
H A DCP866.TXT96 0x4e 0x004e #LATIN CAPITAL LETTER N
128 0x6e 0x006e #LATIN SMALL LETTER N
H A DKOI8-R.TXT125 0x4E 0x004E # LATIN CAPITAL LETTER N
157 0x6E 0x006E # LATIN SMALL LETTER N
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt29 $tableRows[] = "{$firstParameter}\t{$secondParameter}\t\\N";
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE90 M, Mc, Me, Mn, N, Nd, Nl, No, P, Pc, Pd, Pe, Pf, Pi, Po, Ps,
373 + \N{name}
/PHP-5.5/ext/date/
H A Dphp_date.c4608 double h_rise, h_set, N; in php_do_date_sunrise_sunset() local
4671 N = (calc_sunset ? h_set : h_rise) + gmt_offset; in php_do_date_sunrise_sunset()
4673 if (N > 24 || N < 0) { in php_do_date_sunrise_sunset()
4674 N -= floor(N / 24) * 24; in php_do_date_sunrise_sunset()
4679 spprintf(&retstr, 0, "%02d:%02d", (int) N, (int) (60 * (N - (int) N))); in php_do_date_sunrise_sunset()
4683 RETURN_DOUBLE(N); in php_do_date_sunrise_sunset()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt100 // -t,[N] - maximum nesting level
/PHP-5.5/ext/exif/tests/
H A Dexif020.phpt1623 string(1) "N"
H A Dexif021.phpt1623 string(1) "N"
H A Dexif022.phpt1647 string(1) "N"
H A Dexif023.phpt1647 string(1) "N"
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt214 NonIgnorable (N), then differences among these characters are of the same importance as
228 S=3, A=N di Silva < Di Silva < diSilva < U.S.A. < USA

Completed in 237 milliseconds

1234567