Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.1/ext/date/tests/
H A Dbug35624.phpt10 echo date("D", strtotime($day));
11 echo date("D", strtotime(ucfirst($day)));
H A Dbug44562.phpt8 $dp = new DatePeriod('2D');
24 Unknown or bad format (2D)
H A Dbug63740.phpt23 echo $dt->format( "D Y-m-d H:i" ), " → ";
27 echo $dtn->format( "D Y-m-d H:i" ), "\n";
/PHP-8.1/Zend/tests/generators/
H A Dgh9750-008.phpt16 class D {
23 new D($gen, yield);
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt21 class D {
23 echo "In constructor of class D\n";
32 $rcD = new ReflectionClass('D');
76 Access to non-public constructor of class D
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");
/PHP-8.1/Zend/tests/
H A Dexception_015.phpt7 $s[] = "D";
12 $s[] = "D";
H A Dmethod_argument_binding.phpt26 class D {
32 class E extends D {
H A Dbug38772.phpt28 class D extends A {
37 $d = new D();
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_39483.phpt18 $stmt = $db->prepare('SELECT UPPER(\'\0:D\0\'),?');
27 string(4) "%0:D%0"
/PHP-8.1/Zend/tests/array_unpack/
H A Dclasses.phpt12 class D {
21 var_dump(D::A);
/PHP-8.1/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt36 class D {
38 echo "D\n";
42 class E extends D {
94 D
/PHP-8.1/ext/oci8/tests/
H A Dbug37581.phpt36 $strings = array('A','B','C','D','E');
58 string(1) "D"
70 string(1) "D"
/PHP-8.1/ext/opcache/tests/
H A Dpreload_variance.inc17 public function method4(D $a) {}
19 class D extends C {
21 public function method2($a): D {}
/PHP-8.1/Zend/tests/fibers/
H A Dsilence-operator-inside-fiber.phpt22 trigger_error("Warning D", E_USER_WARNING);
28 Warning: Warning D in %ssilence-operator-inside-fiber.php on line %d
H A Dsilence-operator-outside-fiber.phpt18 trigger_error("Warning D", E_USER_WARNING);
28 Warning: Warning D in %ssilence-operator-outside-fiber.php on line %d
/PHP-8.1/Zend/tests/enum/
H A Dbacked-from.phpt8 case Diamonds = 'D';
14 var_dump(Suit::from('D'));
H A Dbacked-tryFrom.phpt8 case Diamonds = 'D';
14 var_dump(Suit::tryFrom('D'));
/PHP-8.1/ext/standard/tests/serialize/
H A Dtyped_property_refs.phpt26 class D {
56 var_dump(unserialize('O:1:"D":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
85 Reference with value of type int held by property D::$a of type int is not compatible with property…
/PHP-8.1/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 …]
/PHP-8.1/ext/standard/tests/streams/
H A Dbug64166.phpt39 D"
46 D"
H A Dbug64166_3.phpt41 D"
48 D"
/PHP-8.1/ext/pdo_firebird/tests/
H A Dbug_74462.phpt18 $D = $S->fetchAll(PDO::FETCH_COLUMN);
21 var_dump($D);
/PHP-8.1/ext/simplexml/
H A Dconfig.w3213 ADD_FLAG("CFLAGS_SIMPLEXML", "/D LIBXML_STATIC");
23 ADD_FLAG("CFLAGS_SIMPLEXML", "/D PHP_SIMPLEXML_EXPORTS ");

Completed in 29 milliseconds

12345678910>>...14