/php-src/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;
|
H A D | bug78271.phpt | 14 $d2="block"; 17 $d2="none"; 20 echo $d2.$b."\n";
|
/php-src/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 | bug66545.phpt | 12 $d2 = new DateTime('now',new DateTimeZone('Europe/Paris')); 14 $d2->setTimestamp($fin); 15 $diff = $d1->diff($d2);
|
H A D | bug75232.phpt | 11 $d2 = DateTime::createFromFormat("Ymd\THis\Z", '20170920T091600Z'); 12 print_r($d2); 13 echo $d2->date, "\n";
|
H A D | bug51987.phpt | 6 $d2 = new Datetime('1985-102'); 7 var_dump($d2);
|
H A D | bug49081.phpt | 7 $d2 = new DateTime('2010-01-31 10:00:00'); 8 $d = $d1->diff($d2);
|
H A D | bug75577.phpt | 10 $d2 = DateTime::createFromFormat(DateTime::RFC3339_EXTENDED, $s); 11 var_dump($d2);
|
H A D | DateTimeZone_clone_basic2.phpt | 25 $d2 = new DateTimeZoneExt2("Europe/London"); 26 var_dump($d2); 27 $d2_clone = clone $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 | bug72963.phpt | 13 $d1 = $d2 = $d3 = NULL; 23 $d2 = DateTimeImmutable::createFromFormat('!m/d/Y', $string); 34 var_dump($d1, $d2, $d3);
|
H A D | DateInterval_serialize-002.phpt | 8 $d2 = new DateTimeImmutable("2022-04-15 10:27:27 BST"); 10 $d = $d1->diff($d2);
|
/php-src/ext/standard/tests/strings/ |
H A D | sprintf_variation53.phpt | 56 string(3) "4d2" 57 string(3) "4d2" 58 string(3) "4d2"
|
H A D | strnatcmp_basic.phpt | 15 $d2 = "ABC2"; 26 var_dump(strnatcmp($a1, $d2)); 46 var_dump(strnatcmp($c1, $d2));
|
/php-src/ext/spl/tests/ |
H A D | array_026.phpt | 6 $test['d1']['d2'] = 'hello'; 19 ["d2"]=>
|
H A D | spl_autoload_013.phpt | 20 $al2 = new Autoloader('d2'); 53 string(2) "d2"
|
/php-src/ext/gmp/tests/ |
H A D | 003.phpt | 27 $test[] = gmp_init("4d2"); 31 $test[] = gmp_init("4d2", 16);
|
/php-src/ext/dom/tests/modern/extensions/ |
H A D | Element_getDescendantNamespaces.phpt | 28 <d:child xmlns:d="urn:d2"/> 75 namespaceURI: string(6) "urn:d2" 89 namespaceURI: string(6) "urn:d2" 123 namespaceURI: string(6) "urn:d2"
|
H A D | Element_getInScopeNamespaces.phpt | 28 <d:child xmlns:d="urn:d2"/> 73 namespaceURI: string(6) "urn:d2"
|
/php-src/ext/mbstring/tests/ |
H A D | mb_str_split_ru.phpt | 69 KOI8-R: d2 c1 ca 20 d2 c1 ca 20 d2 c1 ca 20
|
/php-src/ext/mysqli/tests/bind_insert/ |
H A D | send_long_data.phpt | 34 mysqli_stmt_bind_result($stmt, $d1, $d2); 38 $test = array($d1,$d2);
|
H A D | datetime_types.phpt | 34 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 D | ir.h | 242 _(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 D | jewish.c | 431 register zend_ulong r1, r2, d1, d2; in MoladOfMetonicCycle() local 461 d2 = r2 / HALAKIM_PER_DAY; in MoladOfMetonicCycle() 462 r2 -= d2 * HALAKIM_PER_DAY; in MoladOfMetonicCycle() 467 *pMoladDay = (d2 << 16) | d1; in MoladOfMetonicCycle()
|
/php-src/ext/opcache/tests/ |
H A D | revalidate_path_01.phpt | 47 $d2 = realpath($dir2); 48 `mklink /j $ln $d2`;
|