Searched refs:initial (Results 1 – 6 of 6) sorted by relevance
54 $initial = get_branch_release_date($branch); variable66 <td><?php echo htmlspecialchars($initial->format('j M Y')) ?></td>67 …<td class="collapse-phone"><em><?php echo htmlspecialchars(format_interval($initial, $now)) ?></em…
343 // Versions before 8.1 have 3-year support since the initial release356 $initial = get_initial_release($branch);358 return $initial ? new DateTime($initial['date']) : null;362 $initial = get_branch_release_date($branch);366 if ($initial && $bug && $security) {377 if ($now >= $initial) {
54 <meta name="viewport" content="width=device-width, initial-scale=1.0">
16 . Fixed bug #55825 (Missing initial value of static locals in trait methods).
59 . Fixed bug #55825 (Missing initial value of static locals in trait methods).2221 - Changed array_reduce() to allow mixed $initial (Christian Seiler)6537 - Fixed bug #29954 (array_reduce segfaults when initial value is array). (Tony)
2125 - Changed array_reduce() to allow mixed $initial (Christian Seiler)6441 - Fixed bug #29954 (array_reduce segfaults when initial value is array). (Tony)
Completed in 83 milliseconds