Home
last modified time | relevance | path

Searched refs:D (Results 76 – 100 of 347) sorted by relevance

12345678910>>...14

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \
207 return push_inst(compiler, DSRL32 | T(dst) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
211 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
218 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
466 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
468 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
471 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
481 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
519 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
521 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
[all …]
H A DsljitNativeMIPS_32.c81 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
90 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
93 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
109 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
112 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op()
127 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
136 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
372 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
375 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
380 FAIL_IF(push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst))); in emit_single_op()
[all …]
/PHP-8.1/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'));
39 3=>D
H A Diterator_013.phpt33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D')));
58 3=>D
63 3=>D
/PHP-8.1/ext/intl/tests/
H A Dbug62915-2.phpt21 class D extends Spoofchecker {
25 foreach (range('A', 'D') as $subclass) {
36 string(1) "D"
/PHP-8.1/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-8.1/ext/pcre/tests/
H A Dpreg_replace.phpt6 var_dump(preg_replace('{{\D+}}', 'x', '{abcd}'));
7 var_dump(preg_replace('{{\D+}}', 'ddd', 'abcd'));
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_toString_002.phpt17 Class D extends C {
20 foreach (array('A', 'B', 'C', 'D') as $class) {
100 ----( Reflection class D: )----
101 Class [ <user> class D extends C ] {
H A DReflectionClass_newInstanceArgs_001.phpt21 class D {
23 echo "In constructor of class D\n";
32 $rcD = new ReflectionClass('D');
73 Access to non-public constructor of class D
/PHP-8.1/sapi/phpdbg/
H A Dconfig.w3218 ADD_FLAG("CFLAGS_PHPDBG", "/D YY_NO_UNISTD_H");
23 SAPI('phpdbgs', PHPDBG_SOURCES, PHPDBG_DLL, '/D PHP_PHPDBG_EXPORTS /I win32');
25 ADD_FLAG("CFLAGS_PHPDBGS", "/D YY_NO_UNISTD_H");
/PHP-8.1/ext/date/tests/
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.phpt7 echo $d->format('D, d M Y H:i:s T'), "\n";
10 echo $d->format('D, d M Y H:i:s T'), "\n";
H A Ddate_modify-2.phpt7 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
H A Dbug68503.phpt11 0Y 3M 0D
12 0Y 3M 0D
/PHP-8.1/Zend/tests/traits/
H A Dbug63911.phpt19 class D
24 (new D)->a();
/PHP-8.1/tests/classes/
H A Dconstants_error_004.phpt7 const c1 = D::hello;
13 Fatal error: Uncaught Error: Class "D" not found in %s:%d
H A Dtype_hinting_005d.phpt8 Class D extends C { function f(array $a) {} }
11 Fatal error: Declaration of D::f(array $a) must be compatible with C::f($a) in %s on line 5
H A Dtype_hinting_005c.phpt8 Class D extends C { function f(array $a) {} }
11 Fatal error: Declaration of D::f(array $a) must be compatible with C::f(SomeClass $a) in %s on line…
/PHP-8.1/Zend/tests/
H A Dbug41929.phpt16 class D extends C {
19 $myD = new D;
H A Dstatic_variable_in_private_trait_method.phpt24 class D extends C {
28 var_dump(D::method2());
H A Dget_class_vars_006.phpt20 class D extends B {
28 new D;
/PHP-8.1/tests/lang/
H A D032.phpt17 class D extends A {
20 class F extends D {
/PHP-8.1/ext/pdo_firebird/tests/
H A Dbug_72931.phpt16 $D = $S->fetch(PDO::FETCH_NUM);
17 echo $D[0];
/PHP-8.1/sapi/phpdbg/tests/
H A Dinfo_002.phpt25 const B = C::D * A;
28 const D = 10;

Completed in 53 milliseconds

12345678910>>...14