Home
last modified time | relevance | path

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

1...<<11121314

/PHP-8.1/ext/date/tests/
H A Ddate_diff.phpt17 $dates[$i] = $d->add( new DateInterval( "P{$i}D" ) );
H A Dgmstrftime_variation13.phpt15 'Month Date Year' => "%D",
H A Dstrftime_variation13.phpt15 'Month Date Year' => "%D",
H A Dgmstrftime_variation14.phpt21 'Month Date Year' => "%D",
H A Dstrftime_variation14.phpt21 'Month Date Year' => "%D",
/PHP-8.1/ext/standard/tests/array/
H A Darray_intersect_variation9.phpt6 * Testing the behavior of array_intersect() by passing 2-D arrays
32 echo "-- Passing the entire 2-D array to \$arr1 and \$arr2 --\n";
56 -- Passing the entire 2-D array to $arr1 and $arr2 --
H A Darray_reverse_variation6.phpt6 * testing the functionality of array_reverse() by giving 2-D arrays for $array argument
/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_variation9.phpt84 A B C D
H A Dconvert_uuencode_basic.phpt62 string(28) "2D)$`DY20D966EYB9FIN<G9Z?
H A Ducwords_variation3.phpt59 string(30) "T E S T I N G U C W O R D S "
/PHP-8.1/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt136 testValid("\x1B\$(D" . $jisx0212 . "\x1B(B", $utf16BE, 'JIS', false);
144 testInvalid("\x1B\$(D" . $testString . "\x1B(B", "\x00%", 'JIS');
151 testInvalid("\x1B\$(D" . chr($i) . "\x1B(B", "\x00%\x00%", 'JIS');
157 …=> true, "\x1B\$B" => true, "\x1B\$(@" => true, "\x1B\$(B" => true, "\x1B\$(D" => true, "\x1B(B" =…
H A Dmb_detect_encoding.phpt210 "Nach der Hauptbrücke folgt die Vorlandbrücke Dänholm (BW 3), eine 532,3 m",
216 …"Der Damm im Ziegelgraben und zwischen dem Dänholm und dem Widerlager der Brücke wurde mit den bei…
270 'Dějiny píší vítězové.',
275 'Důvěřuj, ale prověřuj',
/PHP-8.1/ext/mbstring/tests/data/
H A D8859-2.txt105 0x44 0x0044 # LATIN CAPITAL LETTER D
137 0x64 0x0064 # LATIN SMALL LETTER D
244 0xCF 0x010E # LATIN CAPITAL LETTER D WITH CARON
245 0xD0 0x0110 # LATIN CAPITAL LETTER D WITH STROKE
276 0xEF 0x010F # LATIN SMALL LETTER D WITH CARON
277 0xF0 0x0111 # LATIN SMALL LETTER D WITH STROKE
/PHP-8.1/ext/standard/tests/class_object/
H A Dclass_exists_basic_001.phpt17 var_dump( class_exists('D', false) );
H A Dtrait_exists_basic_001.phpt19 var_dump( trait_exists('D', false) );
/PHP-8.1/ext/session/tests/
H A Dbug32330.phpt65 $_SESSION['C'] = 'D';
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt53 6BgW0+D/EtDDSYeQg9ngO8qyo5M6cyh7ORtKZVUy7DP1+W+eocaZC+a6
/PHP-8.1/ext/session/
H A Dmod_files.bat35 SET HashChars=0 1 2 3 4 5 6 7 8 9 A B C D E F
/PHP-8.1/ext/exif/tests/
H A Dbug50845.phpt50 string(22) "Canon EOS-1D X Mark II"
/PHP-8.1/ext/filter/tests/
H A D033.phpt24 …2F%2Fa.b.c 1.2.3.4 123 123abc%3C%3E%28%29 O%27Henry %ED%95%98%ED%8D%BCaa%3Abb%3Acc%3Add%…
/PHP-8.1/ext/standard/tests/time/
H A Dstrptime_basic.phpt26 $str = strftime("%T %D", $tstamp);
H A Dstrptime_parts.phpt30 $str = strftime("%T %D", $tstamp);
/PHP-8.1/win32/build/
H A Dconfig.w32255 ADD_FLAG("CFLAGS_BD_ZEND", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
268 ADD_FLAG("CFLAGS_BD_MAIN", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
277 ADD_FLAG("CFLAGS_BD_MAIN_STREAMS", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
287 ADD_FLAG("CFLAGS_BD_WIN32", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
314 ADD_FLAG("CFLAGS", "/D FD_SETSIZE=" + parseInt(PHP_FD_SETSIZE));
/PHP-8.1/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt67 if ($z->Deleted == 'D' || $z->Deleted == ' ') {
H A Dimap_headerinfo_basic.phpt67 if ($z->Deleted == 'D' || $z->Deleted == ' ') {

Completed in 55 milliseconds

1...<<11121314