Searched refs:D (Results 126 – 150 of 342) sorted by relevance
12345678910>>...14
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_diff_variation9.phpt | 22 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 D | date_modify-2.phpt | 9 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 D | bug35624.phpt | 10 echo date("D", strtotime($day)); 11 echo date("D", strtotime(ucfirst($day)));
|
H A D | bug44562.phpt | 9 $dp = new DatePeriod('2D'); 27 DatePeriod::__construct(): Unknown or bad format (2D)
|
H A D | DateTime_verify.phpt | 167 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 D | 032.phpt | 17 class D extends A { 20 class F extends D {
|
/PHP-5.5/tests/classes/ |
H A D | type_hinting_005b.phpt | 8 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 D | type_hinting_005c.phpt | 8 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 D | type_hinting_005d.phpt | 8 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 D | config.w32 | 7 …DSAFE=" + (PHP_ZTS == "yes" ? "1" : "0") + " /D SQLITE_ENABLE_FTS3=1 /D SQLITE_ENABLE_COLUMN_METAD…
|
/PHP-5.5/ext/simplexml/ |
H A D | config.w32 | 12 ADD_FLAG("CFLAGS_SIMPLEXML", "/D LIBXML_STATIC"); 18 ADD_FLAG("CFLAGS_SIMPLEXML", "/D PHP_SIMPLEXML_EXPORTS ");
|
/PHP-5.5/Zend/tests/ |
H A D | get_class_vars_006.phpt | 20 class D extends B { 28 new D;
|
H A D | bug38772.phpt | 28 class D extends A { 37 $d = new D();
|
/PHP-5.5/win32/build/ |
H A D | config.w32 | 134 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 D | callbacks_001.phpt | 36 class D { 38 echo "D\n"; 42 class E extends D { 91 D
|
/PHP-5.5/ext/oci8/tests/ |
H A D | bug37581.phpt | 34 $strings = array('A','B','C','D','E'); 56 string(1) "D" 68 string(1) "D"
|
/PHP-5.5/ext/pcre/tests/ |
H A D | preg_replace.phpt | 6 var_dump(preg_replace('{{\D+}}', 'x', '{abcd}')); 7 var_dump(preg_replace('{{\D+}}', 'ddd', 'abcd'));
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | htmlentities_html5.phpt | 133 = 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 D | bug_39483.phpt | 16 $stmt = $db->prepare('SELECT UPPER(\'\0:D\0\'),?'); 25 string(4) ":D"
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionClass_newInstance_001.phpt | 26 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 D | ReflectionClass_modifiers_001.phpt | 11 final class D {} 14 $classes = array("A", "B", "C", "D", "I");
|
H A D | ReflectionClass_getDocComment_001.phpt | 39 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 D | bug64166.phpt | 39 D" 46 D"
|
H A D | bug64166_3.phpt | 41 D" 48 D"
|
/PHP-5.5/sapi/apache_hooks/ |
H A D | config.w32 | 17 '/D APACHEPHP5_EXPORTS /D APACHE_READDIR_H /I win32');
|
Completed in 28 milliseconds
12345678910>>...14