Home
last modified time | relevance | path

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

123

/php-src/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-src/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 Dbug66545.phpt12 $d2 = new DateTime('now',new DateTimeZone('Europe/Paris'));
14 $d2->setTimestamp($fin);
15 $diff = $d1->diff($d2);
H A Dbug75232.phpt11 $d2 = DateTime::createFromFormat("Ymd\THis\Z", '20170920T091600Z');
12 print_r($d2);
13 echo $d2->date, "\n";
H A Dbug51987.phpt6 $d2 = new Datetime('1985-102');
7 var_dump($d2);
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;
H A Dbug72963.phpt13 $d1 = $d2 = $d3 = NULL;
23 $d2 = DateTimeImmutable::createFromFormat('!m/d/Y', $string);
34 var_dump($d1, $d2, $d3);
H A DDateInterval_serialize-002.phpt8 $d2 = new DateTimeImmutable("2022-04-15 10:27:27 BST");
10 $d = $d1->diff($d2);
/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c167 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local
208 bc_init_num(&d2); in _bc_rec_mul()
210 bc_sub(v0, v1, &d2, 0); in _bc_rec_mul()
220 if (bc_is_zero(d1) || bc_is_zero(d2)) { in _bc_rec_mul()
223 _bc_rec_mul(d1, d1->n_len, d2, d2->n_len, &m2); in _bc_rec_mul()
241 _bc_shift_addsub(*prod, m2, n, d1->n_sign != d2->n_sign); in _bc_rec_mul()
252 bc_free_num (&d2); in _bc_rec_mul()
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation53.phpt56 string(3) "4d2"
57 string(3) "4d2"
58 string(3) "4d2"
H A Dstrnatcmp_basic.phpt15 $d2 = "ABC2";
26 var_dump(strnatcmp($a1, $d2));
46 var_dump(strnatcmp($c1, $d2));
H A Dvprintf_variation14.phpt83 1e240 x fffffb2e 4d2
101 4d2 0 $0 _0
/php-src/ext/spl/tests/
H A Darray_026.phpt6 $test['d1']['d2'] = 'hello';
19 ["d2"]=>
H A Dspl_autoload_013.phpt20 $al2 = new Autoloader('d2');
53 string(2) "d2"
/php-src/ext/gmp/tests/
H A D003.phpt27 $test[] = gmp_init("4d2");
31 $test[] = gmp_init("4d2", 16);
/php-src/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt69 KOI8-R: d2 c1 ca 20 d2 c1 ca 20 d2 c1 ca 20
/php-src/ext/mysqli/tests/bind_insert/
H A Dsend_long_data.phpt34 mysqli_stmt_bind_result($stmt, $d1, $d2);
38 $test = array($d1,$d2);
H A Ddatetime_types.phpt34 mysqli_stmt_bind_param($stmt, "sssssss", $d1, $d2, $d3, $d4, $d5, $d6, $d7);
37 $d2 = "12:49:00";
/php-src/ext/opcache/jit/ir/
H A Dir.h242 _(LT, d2, def, def, ___) /* less */ \
243 _(GE, d2, def, def, ___) /* greater or equal */ \
244 _(LE, d2, def, def, ___) /* less or equal */ \
245 _(GT, d2, def, def, ___) /* greater */ \
246 _(ULT, d2, def, def, ___) /* unsigned less */ \
247 _(UGE, d2, def, def, ___) /* unsigned greater or equal */ \
282 _(SHL, d2, def, def, ___) /* logic shift left */ \
283 _(SHR, d2, def, def, ___) /* logic shift right */ \
284 _(SAR, d2, def, def, ___) /* arithmetic shift right */ \
285 _(ROL, d2, def, def, ___) /* rotate left */ \
[all …]
/php-src/ext/calendar/
H A Djewish.c431 register zend_ulong r1, r2, d1, d2; in MoladOfMetonicCycle() local
446 d2 = r2 / HALAKIM_PER_DAY; in MoladOfMetonicCycle()
447 r2 -= d2 * HALAKIM_PER_DAY; in MoladOfMetonicCycle()
452 *pMoladDay = (d2 << 16) | d1; in MoladOfMetonicCycle()
/php-src/ext/opcache/tests/
H A Drevalidate_path_01.phpt47 $d2 = realpath($dir2);
48 `mklink /j $ln $d2`;

Completed in 52 milliseconds

123