Home
last modified time | relevance | path

Searched refs:D (Results 226 – 250 of 347) sorted by relevance

12345678910>>...14

/PHP-8.1/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid5.phpt27 interface D extends A
/PHP-8.1/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt243 testValid("\x1B\$(D" . $jisx0212, $utf16BE, 'CP50220', false);
244 testValid("\x1B\$(D" . $jisx0212, $utf16BE, 'CP50221', false);
245 testValid("\x1B\$(D" . $jisx0212, $utf16BE, 'CP50222', false);
252 testInvalid("\x1B\$(D" . $testString, "\x00%", 'CP50220');
253 testInvalid("\x1B\$(D" . $testString, "\x00%", 'CP50221');
254 testInvalid("\x1B\$(D" . $testString, "\x00%", 'CP50222');
260 testInvalid("\x1B\$(D" . chr($i), "\x00%", 'CP50220');
261 testInvalid("\x1B\$(D" . chr($i), "\x00%", 'CP50221');
262 testInvalid("\x1B\$(D" . chr($i), "\x00%", 'CP50222');
H A Dmb_eregi_replace.phpt22 "О"=>"O","Л"=>"L","Д"=>"D","Ж"=>"ZH","Э"=>"IE","Ё"=>"E",
/PHP-8.1/sapi/cli/
H A Dconfig.m436 …]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\…
38 …a-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\…
/PHP-8.1/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt10 Cesare D'Amico <cesare.damico@gruppovolta.it>
H A DDirectoryIterator_getOwner_basic.phpt10 Cesare D'Amico <cesare.damico@gruppovolta.it>
/PHP-8.1/ext/opcache/tests/
H A Dpreload_011.phpt22 $d = new D;
/PHP-8.1/ext/iconv/
H A Dconfig.w3216 ADD_FLAG("CFLAGS_ICONV", "/D PHP_ICONV_EXPORTS ");
/PHP-8.1/sapi/cgi/
H A Dconfig9.m449 …]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\…
51 …a-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\…
/PHP-8.1/ext/pcre/
H A Dconfig.w3213 ADD_FLAG("CFLAGS_PCRE", " /D HAVE_CONFIG_H");
/PHP-8.1/ext/imap/tests/
H A Dimap_8bit_basic.phpt24 string(27) "=00=01=02=03=04=FE=FF=0A=0D"
/PHP-8.1/ext/dom/
H A Dconfig.w3222 ADD_FLAG("CFLAGS_DOM", "/D LIBXML_STATIC ");
/PHP-8.1/ext/hash/
H A Dhash_sha3.c94 uint64_t C[5], D; in permute() local
101 D = C[(x+4)%5] ^ rol64(C[(x+1)%5], 1); in permute()
103 XORLane(x, y, D); in permute()
/PHP-8.1/Zend/tests/named_params/
H A Dcall_user_func.phpt36 var_dump(call_user_func('call_user_func', $test, c: 'D'));
83 a = a, b = b, c = D
/PHP-8.1/ext/mbstring/
H A Dconfig.w3214 /D HAVE_STRICMP /D MBFL_DLL_EXPORT=1 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1")
/PHP-8.1/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt182 &Nu; U+0039D
226 &zwj; U+0200D
235 &rdquo; U+0201D
278 &prop; U+0221D
H A Dhtmlentities21.phpt77 0000D: 0d 0d
93 0000D: 0d 0d
109 0000D: 0d 0d
125 0000D: 0d 0d
155 0000D: 0d 0d
199 0000D: 0d 0d
243 0000D: 0d 0d
287 0000D: 0d 0d
/PHP-8.1/ext/hash/tests/
H A Dfnv1a32.phpt61 array( 'mE\'39d<Gg{D', '7755ffb9' ),
82 array( 'iqmp6~%3D]2OPRNO', '95cb7153' ),
136 array( '{4lXj05K$.)D".\\3T0+L]-r @`', 'e8525ded' ),
148 array( '&6D[)#2&n1L?2*#C?iU7&RhkS4Nr!', '4a78ebdf' ),
161 array( 'BQMQ[1|F1]Lk]|pc&WD5buo|ab|D+*}', '5d600f5e' ),
172 array( '*-.>D:C~l"6hS-{W1Qu}]8\\6TU_,2#|<0+', 'b86f1510' ),
182 array( 'eHVU|2iD7CCfJY]@Y\\vqCd,Q6Gb);zG!D}WB', 'b4c1dc4c' ),
208 array( 'tMvi&HB=S$;.+9jL`.D]/t=gmNB/l{EbI<MOdom9t', '7de5c876' ),
223 array( '262W+Y.kP}b{[wTz|D:bev{0*U7p7iBJ!T#,.1w_/Z[k', '05d91499' ),
241 array( 'IX/60]v~>,p@RO[hJ\'f%S.4[1a#$\'9%Qr5g#r_#1ktQ>D.(', 'f4e44d2d' ),
[all …]
/PHP-8.1/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt30 $time = ftp_mdtm($ftp, "D");
/PHP-8.1/ext/date/tests/
H A Ddate_basic1.phpt18 var_dump( date("D M j G:i:s T Y", $timestamp) );
H A Ddate_format_basic1.phpt17 var_dump( date_format($date, "D M j G:i:s T Y") );
H A DDateTime_format_basic1.phpt17 var_dump( $date->format( "D M j G:i:s T Y") );
/PHP-8.1/Zend/tests/enum/
H A Dbacked-implements-multiple.phpt19 case Diamonds = 'D';
/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_ssl_clientkey.pem33 U/20csYJFc3rn7PpyMd4Y0ixtaAfF3Nl+MmiO2x4TpUoYYnOjw+tu1D85PM6Y1/D
/PHP-8.1/ext/phar/
H A Dconfig.w3213 ADD_FLAG("CFLAGS_PHAR", "/D COMPILE_DL_PHAR ");

Completed in 28 milliseconds

12345678910>>...14