Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 25 of 56) sorted by relevance

123

/PHP-7.4/Zend/tests/
H A Ddiv_001.phpt9 $d2 = 434234.234;
11 $c = $d2 / $d1;
15 $d2 = "434234.234";
17 $c = $d2 / $d1;
21 $d2 = "434234.234";
23 $c = $d2 / $d1;
H A Dbug78271.phpt14 $d2="block";
17 $d2="none";
20 echo $d2.$b."\n";
/PHP-7.4/ext/date/tests/
H A Dbug45543.phpt15 $d2 = new DateTime('2008-01-01 12:00:00 UTC');
17 echo $d2->format(DATE_ISO8601), PHP_EOL;
19 $d2->setTimeZone($tz);
21 echo $d2->format(DATE_ISO8601), PHP_EOL;
H A Dbug75232.phpt11 $d2 = DateTime::createFromFormat("Ymd\THis\Z", '20170920T091600Z');
12 print_r($d2);
13 echo $d2->date, "\n";
H A Dbug49081.phpt7 $d2 = new DateTime('2010-01-31 10:00:00');
8 $d = $d1->diff($d2);
H A Dbug75577.phpt10 $d2 = DateTime::createFromFormat(DateTime::RFC3339_EXTENDED, $s);
11 var_dump($d2);
H A DDateTimeZone_clone_basic2.phpt25 $d2 = new DateTimeZoneExt2("Europe/London");
26 var_dump($d2);
27 $d2_clone = clone $d2;
H A DDateTime_clone_basic2.phpt26 $d2 = new DateTimeExt2("2009-02-03 12:34:41 GMT");
27 var_dump($d2);
28 $d2_clone = clone $d2;
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c177 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local
217 bc_init_num(&d2); in _bc_rec_mul()
220 bc_sub (v0, v1, &d2, 0); in _bc_rec_mul()
221 d2len = d2->n_len; in _bc_rec_mul()
230 if (bc_is_zero(d1) || bc_is_zero(d2)) in _bc_rec_mul()
233 _bc_rec_mul (d1, d1len, d2, d2len, &m2, 0); in _bc_rec_mul()
250 _bc_shift_addsub (*prod, m2, n, d1->n_sign != d2->n_sign); in _bc_rec_mul()
261 bc_free_num (&d2); in _bc_rec_mul()
/PHP-7.4/ext/spl/tests/
H A Darray_026.phpt6 $test['d1']['d2'] = 'hello';
19 ["d2"]=>
H A Dspl_autoload_013.phpt20 $al2 = new Autoloader('d2');
48 string(2) "d2"
H A Dspl_autoload_014.phpt27 $al2 = new WorkingAutoloader('d2');
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation53.phpt61 string(3) "4d2"
62 string(3) "4d2"
63 string(3) "4d2"
H A Dstrnatcmp_basic.phpt19 $d2 = "ABC2";
30 var_dump(strnatcmp($a1, $d2));
50 var_dump(strnatcmp($c1, $d2));
H A Dfprintf_variation_008.phpt43 4d2
H A Dfprintf_variation_008_64bit.phpt43 4d2
H A Dvprintf_variation14.phpt89 1e240 x fffffb2e 4d2
107 4d2 0 $0 _0
H A Dvprintf_variation14_64bit.phpt89 1e240 x fffffffffffffb2e 4d2
107 4d2 0 $0 _0
H A Dvsprintf_variation14.phpt87 1e240 x fffffb2e 4d2
103 4d2 0 $0 _0
/PHP-7.4/ext/gmp/tests/
H A D003.phpt26 $test[] = gmp_init("4d2");
27 $test[] = gmp_init("4d2", 16);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt70 KOI8-R: d2 c1 ca 20 d2 c1 ca 20 d2 c1 ca 20
/PHP-7.4/ext/mysqli/tests/
H A D026.phpt34 mysqli_stmt_bind_result($stmt, $d1, $d2);
38 $test = array($d1,$d2);
H A D020.phpt40 mysqli_stmt_bind_param($stmt, "sssssss", $d1, $d2, $d3, $d4, $d5, $d6, $d7);
43 $d2 = "12:49:00";
/PHP-7.4/ext/calendar/
H A Djewish.c435 register zend_ulong r1, r2, d1, d2; in MoladOfMetonicCycle() local
450 d2 = r2 / HALAKIM_PER_DAY; in MoladOfMetonicCycle()
451 r2 -= d2 * HALAKIM_PER_DAY; in MoladOfMetonicCycle()
456 *pMoladDay = (d2 << 16) | d1; in MoladOfMetonicCycle()
/PHP-7.4/ext/opcache/tests/
H A Drevalidate_path_01.phpt48 $d2 = realpath($dir2);
49 `mklink /j $ln $d2`;

Completed in 40 milliseconds

123