Home
last modified time | relevance | path

Searched refs:D (Results 101 – 125 of 275) sorted by relevance

1234567891011

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getDocComment_001.phpt38 class D implements I {}
49 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
79 ---> Doc comment for class D:
H A DReflectionClass_modifiers_001.phpt11 final class D {}
14 $classes = array("A", "B", "C", "D", "I");
H A DReflectionClass_hasConstant_001.phpt12 class D extends C {
25 $rd = new ReflectionClass("D");
H A DReflectionClass_newInstanceArgs_001.phpt26 class D {
28 echo "In constructor of class D\n";
38 $rcD = new ReflectionClass('D');
100 Access to non-public constructor of class D
H A DReflectionClass_newInstance_001.phpt26 class D {
28 echo "In constructor of class D\n";
38 $rcD = new ReflectionClass('D');
93 Access to non-public constructor of class D
/PHP-7.4/ext/standard/tests/streams/
H A Dbug64166.phpt39 D"
46 D"
H A Dbug64166_3.phpt41 D"
48 D"
H A Dbug64166_2.phpt43 D"
50 D"
/PHP-7.4/ext/simplexml/
H A Dconfig.w3213 ADD_FLAG("CFLAGS_SIMPLEXML", "/D LIBXML_STATIC");
23 ADD_FLAG("CFLAGS_SIMPLEXML", "/D PHP_SIMPLEXML_EXPORTS ");
/PHP-7.4/ext/date/tests/
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, …
H A DDateInterval_format.phpt22 echo $interval->format('D=%D') . "\n";
54 D=03
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_74462.phpt17 $D = $S->fetchAll(PDO::FETCH_COLUMN);
20 var_dump($D);
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt133 = U+0003D
139 ] U+0005D
145 } U+0007D
269 ĝ U+0011D
387 Ν U+0039D
461 Н U+0041D
477 Э U+0042D
493 н U+0043D
509 э U+0044D
536 ‍ U+0200D
[all …]
H A Duuencode.phpt28 string(60) "J?B%`(R0E7B8J*"E??7M03TE5651215=145-$1D=(2DM,.CQ-3D)60UA:
/PHP-7.4/tests/lang/
H A Dstatic_variation_002.phpt23 Class D {
28 D::f();
/PHP-7.4/sapi/cli/
H A Dconfig.w3212 ADD_FLAG("CFLAGS_CLI", "/D PHP_WIN32_DEBUG_HEAP");
18 ADD_FLAG("CFLAGS_CLI", "/D HAVE_LIBEDIT");
/PHP-7.4/TSRM/
H A Dconfig.w324 ADD_FLAG("CFLAGS_BD_TSRM", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
/PHP-7.4/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-7.4/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-7.4/ext/opcache/tests/
H A Dpreload_variance.inc17 class D extends C {
19 public function method2($a): D {}
/PHP-7.4/tests/strings/
H A D001.phpt96 $correct = '%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
97 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
98 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~'
116 $correct = '+%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
117 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
118 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E'
/PHP-7.4/ext/openssl/tests/
H A Dbug55646.phpt48 echo "D: ".stringAsHex($output['OU'])."\n";
54 D: 49 54 20 e4 ba 92
/PHP-7.4/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-7.4/ext/standard/tests/url/
H A Dbug53248.phpt7 var_dump(rawurldecode('%41%31%5F%2D%2E%7E'));
/PHP-7.4/ext/pdo/tests/
H A Dpdo_009.phpt25 $db->exec('INSERT INTO test VALUES(4, 3, \'D\')');
96 string(1) "D"
129 string(1) "D"

Completed in 68 milliseconds

1234567891011