/PHP-5.5/Zend/tests/ |
H A D | div_001.phpt | 9 $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 D | bug45543.phpt | 15 $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 D | bug49081.phpt | 7 $d2 = new DateTime('2010-01-31 10:00:00'); 8 $d = $d1->diff($d2);
|
H A D | DateTime_clone_basic2.phpt | 26 $d2 = new DateTimeExt2("2009-02-03 12:34:41 GMT"); 27 var_dump($d2); 28 $d2_clone = clone $d2;
|
H A D | DateTimeZone_clone_basic2.phpt | 25 $d2 = new DateTimeZoneExt2("Europe/London"); 26 var_dump($d2); 27 $d2_clone = clone $d2;
|
/PHP-5.5/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 186 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 D | array_026.phpt | 6 $test['d1']['d2'] = 'hello'; 17 ["d2"]=>
|
H A D | spl_autoload_013.phpt | 20 $al2 = new Autoloader('d2'); 48 string(2) "d2"
|
H A D | spl_autoload_014.phpt | 27 $al2 = new WorkingAutoloader('d2');
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | sprintf_variation53.phpt | 61 string(3) "4d2" 62 string(3) "4d2" 63 string(3) "4d2"
|
H A D | stristr_variation1.phpt | 101 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 D | strnatcmp_basic.phpt | 19 $d2 = "ABC2"; 30 var_dump(strnatcmp($a1, $d2)); 50 var_dump(strnatcmp($c1, $d2));
|
H A D | vprintf_variation14.phpt | 89 1e240 x fffffb2e 4d2 107 4d2 0 $0 _0
|
H A D | vsprintf_variation14.phpt | 87 1e240 x fffffb2e 4d2 103 4d2 0 $0 _0
|
H A D | vprintf_variation14_64bit.phpt | 89 1e240 x fffffffffffffb2e 4d2 107 4d2 0 $0 _0
|
H A D | vsprintf_variation14_64bit.phpt | 87 1e240 x fffffffffffffb2e 4d2 103 4d2 0 $0 _0
|
H A D | fprintf_variation_008.phpt | 47 4d2
|
H A D | fprintf_variation_008_64bit.phpt | 47 4d2
|
H A D | vfprintf_variation14.phpt | 97 1e240 x fffffb2e 4d2 111 4d2 0 $0 _0
|
/PHP-5.5/ext/gmp/tests/ |
H A D | 003.phpt | 26 $test[] = gmp_init("4d2"); 27 $test[] = gmp_init("4d2", 16);
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | client-cert.pem | 18 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 D | 026.phpt | 34 mysqli_stmt_bind_result($stmt, $d1, $d2); 38 $test = array($d1,$d2);
|
H A D | 020.phpt | 40 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 D | README | 6 ./ucgendat UnicodeData-6.0.0d7.txt -x CompositionExclusions-6.0.0d2.txt
|
/PHP-5.5/ext/calendar/ |
H A D | jewish.c | 435 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()
|