Home
last modified time | relevance | path

Searched refs:D (Results 251 – 275 of 302) sorted by relevance

1...<<111213

/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput1279 A.B.C.D
1646 /^\D*(?!123)/
2559 /\D/
2586 /[\D]/
3990 D
4731 D
5113 D
5117 D
5121 D
5125 D
[all …]
H A Dtestoutput1556 1: .D
4123 /\D/
4165 /[\D]/
4894 2: D
4900 2: D
4925 4: D
6125 1: D
6523 0: D
7890 D
8478 D
[all …]
H A Dtestoutput26906 /a*\D/BZ
6924 /0*\D/BZ
7032 /\d*\D/BZ
7077 /\D*a/BZ
7086 /\D*2/BZ
7095 /\D*\d/BZ
7104 /\D*\D/BZ
10225 /^(?|(a)(b)(c)(?<D>d)|(?<D>e)) (?('D')X|Y)/JDZx
10258 D 4
10259 D 1
[all …]
H A Dtestinput8206 /\D*/
215 /\D+/
226 /\D?A/
784 A.B.C.D
2073 /(.*\D)(\d+)$/
2076 /^\D*(?!123)/
2887 /\D/
2914 /[\D]/
4468 dogs\D\P
4469 body\D\R
[all …]
H A Dtestoutput5524 /\x{100}*\D/8DZ
528 \D
1072 /X\D{2,4}b/8
1084 /X\D{2,4}?b/8
1096 /X\D{2,4}+b/8
1108 /X\D{2,4}b/8
1120 /X\D{2,4}?b/8
1132 /X\D{2,4}+b/8
H A Dtestoutput8418 /\D*/
439 /\D+/
468 /\D?A/
1510 A.B.C.D
1511 0: A.B.C.D
3347 /^\D*(?!123)/
4798 /\D/
4840 /[\D]/
7444 dogs\D\P
7446 body\D\R
[all …]
H A Dtestinput7345 /[\D]/WBZ8
363 /\D/WBZ8
/PHP-5.3/ext/standard/tests/array/
H A Darray_reverse_variation6.phpt11 * testing the functionality of array_reverse() by giving 2-D arrays for $array argument
/PHP-5.3/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt65 if ($z->Deleted == 'D' || $z->Deleted == ' ') {
H A Dimap_headerinfo_basic.phpt65 if ($z->Deleted == 'D' || $z->Deleted == ' ') {
/PHP-5.3/sapi/cgi/
H A Dconfig9.m461 …a-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\…
/PHP-5.3/ext/interbase/tests/
H A Dinterbase.inc69 /* M/D/Y H:M:S */
/PHP-5.3/ext/standard/tests/file/
H A D005_variation-win32.phpt35 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
38 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
H A D005_variation.phpt38 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
44 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
/PHP-5.3/ext/filter/tests/
H A D043.phpt82 string(1) "D"
/PHP-5.3/ext/standard/tests/strings/
H A Ducwords_variation3.phpt64 string(30) "T E S T I N G U C W O R D S "
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
/PHP-5.3/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation1.phpt4 D. Kesley
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE55 0009, 000A, 000B, 000C, 000D, 0085(NEL),
66 \D non decimal digit char
168 0009 | 000A | 000B | 000C | 000D | 0085
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dpager.c125 # define CODEC(P,D,N,X) if( P->xCodec ){ P->xCodec(P->pCodecArg,D,N,X); } argument
127 # define CODEC(P,D,N,X) argument
135 #define DATA_TO_PGHDR(D) (&((PgHdr*)(D))[-1]) argument
/PHP-5.3/sapi/apache2filter/
H A Dconfig.m456 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.3/sapi/apache2handler/
H A Dconfig.m455 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.3/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES11 returns false rather than the position of the last occurrence of 'D'.
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.re303 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "…
371 case 'D': s->period->d = nr; break;
/PHP-5.3/ext/date/tests/
H A Ddate_modify_variation1.phpt98 $format = "D, d M Y";

Completed in 79 milliseconds

1...<<111213