Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.3/win32/
H A Dphp5dll.dsp46 …D BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_U…
47D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS"…
72 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL"…
73D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLL_EXPORTS" /D "PHP_EXPORTS" /D "SAPI_EXPORTS" /D "…
99D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "MSVC5" /D "PHP_EXPORTS" /D "LIBZE…
100D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS"…
515 # ADD CPP /D "STATIC"
763 # ADD CPP /D "STATIC"
778 # ADD CPP /D "STATIC"
793 # ADD CPP /D "STATIC"
[all …]
/PHP-5.3/ext/libxml/
H A Dconfig.w3214 ADD_FLAG("CFLAGS_LIBXML", "/D LIBXML_STATIC /D LIBXML_STATIC_FOR_DLL /D HAVE_WIN32_THREADS ");
/PHP-5.3/ext/date/tests/
H A Ddate_modify_basic1.phpt20 echo "After modification 1: " . date_format($datetime, "D, d M Y") . "\n";
23 echo "After modification 2: " . date_format($datetime, "D, d M Y H:i:s") . "\n";
26 echo "After modification 3: " . date_format($datetime, "D, d M Y") . "\n";
29 echo "After modification 4: " . date_format($datetime, "D, d M Y") . "\n";
H A DDateTime_modify_basic1.phpt20 echo "After modification 1: " . $datetime->format("D, d M Y") . "\n";
23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";
26 echo "After modification 3: " . $datetime->format("D, d M Y") . "\n";
29 echo "After modification 4: " . $datetime->format("D, d M Y") . "\n";
H A Dtest-parse-from-format.phpt57 string(16) "D, d M y H:i:s O"
79 string(16) "D, d M y H:i:s O"
90 string(16) "D, d M Y H:i:s O"
101 string(16) "D, d M Y H:i:s O"
123 string(16) "D, d M Y H:i:s O"
H A Ddate_create-2.phpt9 echo $d->format('D, d M Y H:i:s T'), "\n";
12 echo $d->format('D, d M Y H:i:s T'), "\n";
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";
/PHP-5.3/ext/reflection/tests/
H A Dbug48336.phpt16 class D extends C {
19 class E extends D {
42 D => C
H A DReflectionClass_toString_003.phpt17 Class D extends C {
20 foreach (array('A', 'B', 'C', 'D') as $class) {
99 ----( Reflection class D: )----
100 Class [ <user> class D extends C ] {
H A DReflectionClass_toString_002.phpt17 Class D extends C {
20 foreach (array('A', 'B', 'C', 'D') as $class) {
102 ----( Reflection class D: )----
103 Class [ <user> class D extends C ] {
/PHP-5.3/ext/spl/tests/
H A Diterator_011.phpt15 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
25 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
41 3=>D
H A Diterator_018.phpt15 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
25 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
41 3=>D
H A Diterator_013.phpt33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D')));
60 3=>D
65 3=>D
H A Diterator_020.phpt33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D')));
60 3=>D
65 3=>D
/PHP-5.3/ext/filter/tests/
H A D027.phpt23 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
26 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
29 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
/PHP-5.3/win32/build/
H A Dconfig.w32.phpize.in108 DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS \
109 /D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=0x500");
114 DEFINE("CFLAGS", "/nologo /FD $(BASE_INCLUDES) /D _WINDOWS \
115 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 ");
174 ADD_FLAG("CFLAGS", "/LDd /MDd /W3 /Gm /Od /D _DEBUG /D ZEND_DEBUG=1 " +
187 …ADD_FLAG("CFLAGS", "/LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEB…
194 ADD_FLAG("CFLAGS", "/D ZTS=1");
/PHP-5.3/tests/classes/
H A Dconstants_error_004.phpt7 const c1 = D::hello;
13 Fatal error: Class 'D' not found in %s on line %d
H A Dtype_hinting_005b.phpt8 Class D extends C { function f($a) {} }
12 Strict Standards: Declaration of D::f() should be compatible with that of C::f() 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 that of C::f() 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 that of C::f() in %s on line 5
/PHP-5.3/ext/mbstring/
H A Dconfig.w3217 -Iext/mbstring/oniguruma /D NOT_RUBY=1 /D LIBMBFL_EXPORTS=1 \
18 /D HAVE_STDARG_PROTOTYPES=1 /D HAVE_CONFIG_H /D HAVE_STDLIB_H \
19 /D HAVE_STRICMP /D MBFL_DLL_EXPORT=1 /D EXPORT");
/PHP-5.3/Zend/tests/
H A Dbug41929.phpt16 class D extends C {
19 $myD = new D;
/PHP-5.3/tests/lang/
H A D032.phpt17 class D extends A {
20 class F extends D {
/PHP-5.3/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.3/ext/simplexml/
H A Dconfig.w3212 ADD_FLAG("CFLAGS_SIMPLEXML", "/D LIBXML_STATIC");
18 ADD_FLAG("CFLAGS_SIMPLEXML", "/D PHP_SIMPLEXML_EXPORTS ");

Completed in 26 milliseconds

12345678910>>...13