Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_32.c66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \
79 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
91 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
106 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
109 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op()
123 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
132 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
303 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
306 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \
179 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
204 return push_inst(compiler, DSRL32 | T(dst) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
208 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
215 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
396 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
398 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
401 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
406 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
443 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_isInstantiable_basic.phpt21 class D extends abstractClass {
25 $classes = array("C", "ifaceImpl", "D");
36 Is D instantiable? bool(true)
H A DReflectionClass_isInstantiable_basic.phpt21 class D extends abstractClass {
25 $classes = array("C", "iface", "ifaceImpl", "abstractClass", "D");
40 Is D instantiable? bool(true)
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.5/ext/xsl/
H A Dconfig.w3215 ADD_FLAG("CFLAGS_XSL", "/D LIBXSLT_STATIC ");
17 ADD_FLAG("CFLAGS_XSL", "/D LIBEXSLT_STATIC ");
36 ADD_FLAG("CFLAGS_XSL", "/D DOM_EXPORTS /D LIBXML_STATIC");
/PHP-5.5/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"…
503 # ADD CPP /D "STATIC"
751 # ADD CPP /D "STATIC"
766 # ADD CPP /D "STATIC"
781 # ADD CPP /D "STATIC"
[all …]
/PHP-5.5/ext/libxml/
H A Dconfig.w3214 ADD_FLAG("CFLAGS_LIBXML", "/D LIBXML_STATIC /D LIBXML_STATIC_FOR_DLL /D HAVE_WIN32_THREADS ");
/PHP-5.5/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 DDateTime_fix_createFromFormat.phpt18 $fromFormat = DateTime::createFromFormat( "D., M# j, Y g:iA", $string );
20 echo "Format method: " . $orig->format("D., M. j, Y g:iA") . "\n";
21 echo "createFromFormat method: " . $fromFormat->format("D., M. j, Y g:iA") . "\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";
/PHP-5.5/ext/intl/tests/
H A Dbug62915-2.phpt19 class D extends Spoofchecker {
23 foreach (range('A', 'D') as $subclass) {
33 string(1) "D"
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities21.phpt79 0000D: 0d 0d
95 0000D: 0d 0d
111 0000D: 0d 0d
127 0000D: 0d 0d
143 0000D: 0d 0d
159 0000D: 0d 0d
175 0000D: 0d 0d
191 0000D: 0d 0d
/PHP-5.5/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.5/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.5/win32/build/
H A Dconfig.w32.phpize.in118 DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS \
119 /D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=0x500");
124 DEFINE("CFLAGS", "/nologo /FD $(BASE_INCLUDES) /D _WINDOWS \
125 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 ");
184 ADD_FLAG("CFLAGS", "/LDd /MDd /W3 /Gm /Od /D _DEBUG /D ZEND_DEBUG=1 " +
197 …ADD_FLAG("CFLAGS", "/LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEB…
204 ADD_FLAG("CFLAGS", "/D ZTS=1");
/PHP-5.5/tests/classes/
H A Dconstants_error_004.phpt7 const c1 = D::hello;
13 Fatal error: Class 'D' not found in %s on line %d
/PHP-5.5/Zend/tests/
H A Dbug41929.phpt16 class D extends C {
19 $myD = new D;

Completed in 31 milliseconds

12345678910>>...14