Home
last modified time | relevance | path

Searched refs:D (Results 126 – 150 of 347) sorted by relevance

12345678910>>...14

/PHP-8.1/ext/date/tests/
H A DDateInterval_format.phpt20 echo $interval->format('D=%D') . "\n";
52 D=03
H A DDateTime_setISODate_basic1.phpt19 echo "Week 30 day 3 of 2009 is \"" . $datetime->format("D M j") . "\"\n";
23 echo "..same day last year was \"" . $datetime->format("D M j") . "\"\n";
H A Ddate_isodate_set_basic1.phpt19 echo "Week 30 day 3 of 2009 is \"" . date_format($datetime, "D M j") . "\"\n";
23 echo "..same day last year was \"" . date_format($datetime, "D M j") . "\"\n";
H A Dgmdate_variation4.phpt12 var_dump( gmdate('D') );
13 var_dump( gmdate('D', $timestamp) );
H A Ddate_sunrise_and_sunset_basic.phpt17 echo date("D M d Y") . ', sunrise time : ' . date_sunrise(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90…
18 echo date("D M d Y") . ', sunset time : ' . date_sunset(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90, …
/PHP-8.1/tests/lang/
H A Dstatic_variation_002.phpt23 Class D {
28 D::f();
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_hasConstant_001.phpt12 class D extends C {
25 $rd = new ReflectionClass("D");
/PHP-8.1/ext/standard/tests/streams/
H A Dbug64166_2.phpt43 D"
50 D"
/PHP-8.1/ext/standard/tests/strings/
H A Duuencode.phpt22 string(60) "J?B%`(R0E7B8J*"E??7M03TE5651215=145-$1D=(2DM,.CQ-3D)60UA:
/PHP-8.1/Zend/tests/
H A Dlist_keyed_evaluation_order.phpt25 list((string)$a => $store["B"], (string)$c => $store["D"]) = $e->getIndexable();
35 Offset D set to value for offset C.
/PHP-8.1/tests/strings/
H A D001.phpt94 $correct = '%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
95 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
96 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~'
114 $correct = '+%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
115 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
116 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E'
/PHP-8.1/ext/spl/tests/
H A DarrayObject_count_basic1.phpt31 class D extends ArrayIterator {
37 $c = new D;
/PHP-8.1/ext/standard/tests/file/
H A Dbug78241.phpt15 echo 'Date: '.date('D, d M Y H:i:s', $t), PHP_EOL;
19 echo 'File: '.date('D, d M Y H:i:s', $file), PHP_EOL, PHP_EOL;
/PHP-8.1/ext/openssl/tests/
H A Dbug55646.phpt48 echo "D: ".stringAsHex($output['OU'])."\n";
54 D: 49 54 20 e4 ba 92
/PHP-8.1/TSRM/
H A Dconfig.w324 ADD_FLAG("CFLAGS_BD_TSRM", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
/PHP-8.1/ext/pcre/tests/
H A Dpcre_count.phpt20 $regex = '~((V(I|1)(4|A)GR(4|A))|(V(I|1)C(0|O)D(I|1)(N|\/\\\/)))~i';
26 $regex = '~((V(I|1)(4|A)GR(4|A))|(V(I|1)C(0|O)D(I|1)(N|\/\\\/)))~i';
/PHP-8.1/sapi/apache2handler/
H A Dconfig.w3215 '/D PHP_APACHE2_EXPORTS /I win32 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
33 '/D PHP_APACHE2_EXPORTS /I win32 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1',
51 '/D PHP_APACHE2_EXPORTS /I win32 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1',
/PHP-8.1/ext/pdo/tests/
H A Dpdo_009.phpt26 $db->exec('INSERT INTO test VALUES(4, 3, \'D\')');
97 string(1) "D"
130 string(1) "D"
H A Dpdo_010.phpt26 $db->exec('INSERT INTO test VALUES(4, 3, \'D\', \'Group2\')');
98 string(1) "D"
118 string(1) "D"
/PHP-8.1/ext/standard/tests/url/
H A Dbug53248.phpt7 var_dump(rawurldecode('%41%31%5F%2D%2E%7E'));
/PHP-8.1/ext/dl_test/
H A Dconfig.w327 ADD_FLAG("CFLAGS_DL_TEST", "/D PHP_DL_TEST_EXPORTS ");
/PHP-8.1/Zend/tests/constants/final_constants/
H A Dfinal_const7.phpt13 class D extends C
/PHP-8.1/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt23 class D {}
25 var_dump( get_class_methods("D") );
/PHP-8.1/ext/pdo_dblib/
H A Dconfig.w3214 ADD_FLAG('CFLAGS_PDO_DBLIB', "/D PDO_DBLIB_FLAVOUR=\\\"freetds\\\"");
35 ADD_FLAG('CFLAGS_PDO_MSSQL', "/D PDO_DBLIB_FLAVOUR=\\\"" + PDO_DBLIB_FLAVOUR + "\\\"");
/PHP-8.1/ext/curl/
H A Dconfig.w3231 ADD_FLAG("CFLAGS_CURL", "/D CURL_STATICLIB /D PHP_CURL_EXPORTS=1");

Completed in 65 milliseconds

12345678910>>...14