Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/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 DDateTime_clone_basic2.phpt26 $d2 = new DateTimeExt2("2009-02-03 12:34:41 GMT");
27 var_dump($d2);
28 $d2_clone = clone $d2;
H A DDateTimeZone_clone_basic2.phpt25 $d2 = new DateTimeZoneExt2("Europe/London");
26 var_dump($d2);
27 $d2_clone = clone $d2;
/PHP-5.5/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 TSRMLS_CC); 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 TSRMLS_CC) || bc_is_zero(d2 TSRMLS_CC)) in _bc_rec_mul()
242 _bc_rec_mul (d1, d1len, d2, d2len, &m2, 0 TSRMLS_CC); 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-5.5/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-5.5/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 Dvsprintf_variation14.phpt87 1e240 x fffffb2e 4d2
103 4d2 0 $0 _0
H A Dvprintf_variation14_64bit.phpt89 1e240 x fffffffffffffb2e 4d2
107 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
H A Dfprintf_variation_008_64bit.phpt47 4d2
H A Dvfprintf_variation14.phpt97 1e240 x fffffb2e 4d2
111 4d2 0 $0 _0
/PHP-5.5/ext/gmp/tests/
H A D003.phpt26 $test[] = gmp_init("4d2");
27 $test[] = gmp_init("4d2", 16);
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem18 9a:d2:2b:59:5c:d7:8a:d3:60:68:f8:18:bd:c5:be:
20 87:8c:f6:6a:d2:ee:d8:e6:77:f6:62:66:4d:2e:16:
30 89:9c:d2:cd:60:95:20:ba:8e:e3:7c:e6:df:76:3a:7c:89:77:
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-5.5/ext/mbstring/ucgendat/
H A DREADME6 ./ucgendat UnicodeData-6.0.0d7.txt -x CompositionExclusions-6.0.0d2.txt
/PHP-5.5/ext/calendar/
H A Djewish.c435 register unsigned long int 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()

Completed in 28 milliseconds

12