Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation9.phpt22 echo "-- Compare two 2-D arrays --\n";
26 echo "\n-- Compare subarrays from two 2-D arrays --\n";
33 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
41 -- Compare two 2-D arrays --
79 -- Compare subarrays from two 2-D arrays --
103 -- Compare a subarray from one 2-D array and one 2-D array --
/PHP-5.5/ext/date/tests/
H A Ddate_modify-2.phpt9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
H A Dbug35624.phpt10 echo date("D", strtotime($day));
11 echo date("D", strtotime(ucfirst($day)));
H A Dbug44562.phpt9 $dp = new DatePeriod('2D');
27 DatePeriod::__construct(): Unknown or bad format (2D)
H A DDateTime_verify.phpt167 string(16) "D, d M y H:i:s O"
171 string(16) "D, d M y H:i:s O"
173 string(16) "D, d M Y H:i:s O"
175 string(16) "D, d M Y H:i:s O"
179 string(16) "D, d M Y H:i:s O"
/PHP-5.5/tests/lang/
H A D032.phpt17 class D extends A {
20 class F extends D {
/PHP-5.5/tests/classes/
H A Dtype_hinting_005b.phpt8 Class D extends C { function f($a) {} }
12 Strict Standards: Declaration of D::f() should be compatible with C::f(array $a) in %s on line 5
H A Dtype_hinting_005c.phpt8 Class D extends C { function f(array $a) {} }
12 Strict Standards: Declaration of D::f() should be compatible with C::f(SomeClass $a) in %s on line 5
H A Dtype_hinting_005d.phpt8 Class D extends C { function f(array $a) {} }
12 Strict Standards: Declaration of D::f() should be compatible with C::f($a) in %s on line 5
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.w327 …DSAFE=" + (PHP_ZTS == "yes" ? "1" : "0") + " /D SQLITE_ENABLE_FTS3=1 /D SQLITE_ENABLE_COLUMN_METAD…
/PHP-5.5/ext/simplexml/
H A Dconfig.w3212 ADD_FLAG("CFLAGS_SIMPLEXML", "/D LIBXML_STATIC");
18 ADD_FLAG("CFLAGS_SIMPLEXML", "/D PHP_SIMPLEXML_EXPORTS ");
/PHP-5.5/Zend/tests/
H A Dget_class_vars_006.phpt20 class D extends B {
28 new D;
H A Dbug38772.phpt28 class D extends A {
37 $d = new D();
/PHP-5.5/win32/build/
H A Dconfig.w32134 DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS \
135 /D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=0x500");
140 DEFINE("CFLAGS", "/nologo /FD $(BASE_INCLUDES) /D _WINDOWS \
141 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 ");
204 ADD_FLAG("CFLAGS", "/LDd /MDd /W3 /Gm /Od /D _DEBUG /D ZEND_DEBUG=1 " +
217 …ADD_FLAG("CFLAGS", "/LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEB…
224 ADD_FLAG("CFLAGS", "/D ZTS=1");
413 ADD_FLAG("CFLAGS", "/D FD_SETSIZE=" + parseInt(PHP_FD_SETSIZE));
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt36 class D {
38 echo "D\n";
42 class E extends D {
91 D
/PHP-5.5/ext/oci8/tests/
H A Dbug37581.phpt34 $strings = array('A','B','C','D','E');
56 string(1) "D"
68 string(1) "D"
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace.phpt6 var_dump(preg_replace('{{\D+}}', 'x', '{abcd}'));
7 var_dump(preg_replace('{{\D+}}', 'ddd', 'abcd'));
/PHP-5.5/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-5.5/ext/pdo_mysql/tests/
H A Dbug_39483.phpt16 $stmt = $db->prepare('SELECT UPPER(\'\0:D\0\'),?');
25 string(4) "�:D�"
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt26 class D {
28 echo "In constructor of class D\n";
38 $rcD = new ReflectionClass('D');
95 Access to non-public constructor of class D
H A DReflectionClass_modifiers_001.phpt11 final class D {}
14 $classes = array("A", "B", "C", "D", "I");
H A DReflectionClass_getDocComment_001.phpt39 class D implements I {}
50 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
82 ---> Doc comment for class D:
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64166.phpt39 D"
46 D"
H A Dbug64166_3.phpt41 D"
48 D"
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.w3217 '/D APACHEPHP5_EXPORTS /D APACHE_READDIR_H /I win32');

Completed in 101 milliseconds

12345678910>>...14