Home
last modified time | relevance | path

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

123

/PHP-7.0/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;
/PHP-7.0/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 Dbug49081.phpt7 $d2 = new DateTime('2010-01-31 10:00:00');
8 $d = $d1->diff($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.0/ext/bcmath/libbcmath/src/
H A Drecmul.c186 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local
226 bc_init_num(&d2); in _bc_rec_mul()
229 bc_sub (v0, v1, &d2, 0); in _bc_rec_mul()
230 d2len = d2->n_len; in _bc_rec_mul()
239 if (bc_is_zero(d1) || bc_is_zero(d2)) in _bc_rec_mul()
242 _bc_rec_mul (d1, d1len, d2, d2len, &m2, 0); in _bc_rec_mul()
259 _bc_shift_addsub (*prod, m2, n, d1->n_sign != d2->n_sign); in _bc_rec_mul()
270 bc_free_num (&d2); in _bc_rec_mul()
/PHP-7.0/ext/spl/tests/
H A Darray_026.phpt6 $test['d1']['d2'] = 'hello';
17 ["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.0/ext/standard/tests/strings/
H A Dsprintf_variation53.phpt61 string(3) "4d2"
62 string(3) "4d2"
63 string(3) "4d2"
H A Dstristr_variation1.phpt101 Warning: stristr() expects parameter 1 to be string, array given in %s on line %d2
105 Warning: stristr() expects parameter 1 to be string, array given in %s on line %d2
109 Warning: stristr() expects parameter 1 to be string, array given in %s on line %d2
127 Warning: stristr() expects parameter 1 to be string, resource given in %s on line %d2
H A Dstrnatcmp_basic.phpt19 $d2 = "ABC2";
30 var_dump(strnatcmp($a1, $d2));
50 var_dump(strnatcmp($c1, $d2));
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
H A Dvsprintf_variation14_64bit.phpt87 1e240 x fffffffffffffb2e 4d2
103 4d2 0 $0 _0
H A Dfprintf_variation_008.phpt47 4d2
/PHP-7.0/ext/gmp/tests/
H A D003.phpt26 $test[] = gmp_init("4d2");
27 $test[] = gmp_init("4d2", 16);
/PHP-7.0/ext/mbstring/ucgendat/
H A DREADME6 ./ucgendat UnicodeData-6.0.0d7.txt -x CompositionExclusions-6.0.0d2.txt
/PHP-7.0/ext/mysqli/tests/
H A Dclient-cert.pem18 0d:80:06:df:52:14:d2:85:32:cf:bf:ce:2a:47:28:
56 d2:34:56:8d:d9:c2:6e:b6:55:3b:6a:4d:b6:d2:84:ab:85:7b:
58 3a:c9:b1:e2:cd:13:d2:9c:ce:7d:6c:a8:f0:32:c9:a4:af:56:
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";
H A Dcacert.pem24 97:f6:20:6d:d8:4a:c0:50:cc:81:e6:d2:3f:c7:47:
43 32:97:4c:af:bf:ca:e0:10:66:b7:cc:8b:0d:05:d1:d2:ca:b8:
56 17:c0:4e:df:85:3c:f0:84:df:58:f1:d2:4d:2f:ad:ff:1b:d7:
/PHP-7.0/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.0/ext/opcache/tests/
H A Drevalidate_path_01.phpt46 $d2 = realpath($dir2);
47 `mklink /j $ln $d2`;

Completed in 27 milliseconds

123