Home
last modified time | relevance | path

Searched refs:d2 (Results 26 – 50 of 52) sorted by relevance

123

/PHP-8.0/ext/openssl/tests/
H A Decc.phpt32 $d2 = openssl_pkey_get_details($key2);
34 var_dump($d1 === $d2);
/PHP-8.0/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt265 d2 => d2
297 f2 => d2
H A Dstrtolower-win32.phpt264 d2 => f2
H A Dhtml_entity_decode_iso8859-15.phpt268 LATIN CAPITAL LETTER O WITH GRAVE: Ò => d2
269 Ò => d2
H A Dprintf.phpt596 4d2
H A Dprintf_64bit.phpt596 4d2
H A Dhtml_entity_decode_iso8859-5.phpt268 CYRILLIC SMALL LETTER VE: в => d2
H A Dhtml_entity_decode_win1251.phpt400 CYRILLIC CAPITAL LETTER TE: Т => d2
H A Dhtml_entity_decode_macroman.phpt403 LEFT DOUBLE QUOTATION MARK: “ => d2
H A Dhtml_entity_decode_cp866.phpt396 BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE: ╥ => d2
H A Dhtml_entity_decode_koi8-r.phpt396 CYRILLIC SMALL LETTER ER: р => d2
H A Dbug49785.phpt236 string(2) "d2"
/PHP-8.0/ext/pdo_oci/tests/
H A Dbug57702.phpt65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
67 var_dump($row['d2']);
/PHP-8.0/ext/gd/libgd/
H A Dgdft.c1193 double d2 = sin (angle - 0.78539816339744830962); local
1206 brect[0] = x + gdroundupdown(brect[0], d2 > 0);
1209 brect[3] = y - gdroundupdown(brect[3], d2 > 0);
1210 brect[4] = x + gdroundupdown(brect[4], d2 < 0);
1213 brect[7] = y - gdroundupdown(brect[7], d2 < 0);
/PHP-8.0/Zend/
H A Dzend_strtod.c2416 d2 = 0;
2420 d2 = -p2;
2422 i = dshift(d, d2);
2425 if ((d2 += i) > 0)
2426 d = lshift(d, d2);
3765 U d2, eps, u; local
3850 dval(&d2) = dval(&u);
3852 word0(&d2) |= Exp_11;
3855 dval(&d2) /= 1 << j;
3894 dval(&d2) = x;
[all …]
H A Dzend_vm_execute.h5460 double d1, d2; in ZEND_ADD_SPEC_CONST_CONST_HANDLER() local
5498 double d1, d2; in ZEND_SUB_SPEC_CONST_CONST_HANDLER() local
5536 double d1, d2; in ZEND_MUL_SPEC_CONST_CONST_HANDLER() local
5702 double d1, d2; in ZEND_IS_EQUAL_SPEC_CONST_CONST_HANDLER() local
5760 double d1, d2; in ZEND_IS_NOT_EQUAL_SPEC_CONST_CONST_HANDLER() local
5818 double d1, d2; in ZEND_IS_SMALLER_SPEC_CONST_CONST_HANDLER() local
5861 double d1, d2; in ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_CONST_HANDLER() local
7522 double d1, d2; in ZEND_ADD_SPEC_CONST_TMPVARCV_HANDLER() local
7560 double d1, d2; in ZEND_SUB_SPEC_CONST_TMPVARCV_HANDLER() local
7665 double d1, d2; in ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_HANDLER() local
[all …]
H A Dzend_vm_def.h51 double d1, d2; variable
110 double d1, d2; variable
169 double d1, d2; variable
518 double d1, d2; variable
543 if (d1 == d2) {
598 double d1, d2; variable
623 if (d1 != d2) {
678 double d1, d2; variable
703 if (d1 < d2) {
743 double d1, d2; variable
[all …]
H A Dzend_operators.c1999 double d1, d2; in numeric_compare_function() local
2002 d2 = zval_get_double(op2); in numeric_compare_function()
2004 return ZEND_NORMALIZE_BOOL(d1 - d2); in numeric_compare_function()
/PHP-8.0/ext/intl/tests/
H A Ddateformat_format.phpt78 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
79 $d2->setTimezone(new DateTimeZone("PDT"));
82 $d2,
H A Ddateformat_format_variant2.phpt78 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
79 $d2->setTimezone(new DateTimeZone("PDT"));
82 $d2,
H A Ddateformat_format_variant3.phpt80 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
81 $d2->setTimezone(new DateTimeZone("PDT"));
84 $d2,
/PHP-8.0/ext/hash/tests/
H A Dfnv1a64.phpt159 array( '3|!EpV?lcIi]3!LK]j xC,"6HW85 d2', '45f93db9ecbd61e2' ),
216 array( '%f0<nxKrcup!d2:J,%cZ&{^^e4Lsi2}nx.,h\'X[kOM', '99b5ca1d7ad80276' ),
/PHP-8.0/build/
H A Dphp_cxx_compile_stdcxx.m4656 derived d2 {{}, {}, 4}; // value-initialized bases
/PHP-8.0/ext/date/
H A Dphp_date.c169 static int date_object_compare_date(zval *d1, zval *d2);
1798 static int date_object_compare_date(zval *d1, zval *d2) /* {{{ */ in date_object_compare_date() argument
1803 ZEND_COMPARE_OBJECTS_FALLBACK(d1, d2); in date_object_compare_date()
1806 o2 = Z_PHPDATE_P(d2); in date_object_compare_date()
/PHP-8.0/ext/standard/
H A Darray.c211 double d1, d2; in php_array_key_compare_numeric_unstable_i() local
218 d2 = zend_strtod(s->key->val, NULL); in php_array_key_compare_numeric_unstable_i()
220 d2 = (double)(zend_long)s->h; in php_array_key_compare_numeric_unstable_i()
222 return ZEND_NORMALIZE_BOOL(d1 - d2); in php_array_key_compare_numeric_unstable_i()

Completed in 255 milliseconds

123