Home
last modified time | relevance | path

Searched refs:now (Results 1 – 15 of 15) sorted by relevance

/web-php/images/
H A Dlogo.php10 $now = $_SERVER['REQUEST_TIME']; variable
16 if (strtotime('+1 day', $last) > $now && !$refresh) {
82 $day = date('z', $now) - date('L', $now);
87 $future = strtotime('+1 day', $now);
88 $tsstring = gmdate('D, d M Y H:i:s ', $now) . 'GMT';
H A Dsupported-versions.php32 $now = new DateTime('January 1');
33 return $now->sub(new DateInterval('P3Y'));
38 $now = new DateTime('January 1');
39 return $now->add(new DateInterval('P5Y'));
159 $now = new DateTime(); variable
160 $x = date_horiz_coord($now);
164 <?php echo 'Today: ' . $now->format('j M Y') ?>
H A Delephpants.php5 $now = $_SERVER["REQUEST_TIME"]; variable
10 if (strtotime("+1 day", $last) > $now) {
15 $future = strtotime("+1 day", $now);
16 $tsstring = gmdate("D, d M Y H:i:s ", $now) . "GMT";
/web-php/
H A Dsupported-versions.php57 $now = new DateTime('now'); variable
67 …<td class="collapse-phone"><em><?php echo htmlspecialchars(format_interval($initial, $now)) ?></em…
69 …<td class="collapse-phone"><em><?php echo htmlspecialchars(format_interval($until, $now)) ?></em><…
71 …<td class="collapse-phone"><em><?php echo htmlspecialchars(format_interval($eol, $now)) ?></em></t…
/web-php/include/
H A Dbranches.inc137 $now = new DateTime();
152 if ($now < $threshold) {
173 $now = new DateTime();
199 if ($now < get_branch_security_eol_date($branch)) {
360 $now = new DateTime();
362 if ($now >= $security) {
366 if ($now >= $bug) {
370 if ($now >= $initial) {
H A Dshared-manual.inc420 …nction takes a DateTime object and returns a formated string of the time difference relative to now
431 $out = "just now...";
H A Dlayout.inc17 // Use this ugly hack for now to avoid code snippets with bad syntax screwing up the highlighter
80 // but leave other alignments intact (for now)
H A Dmanual-lookup.inc181 // FIXME: metaphone causes too many false positives, disable for now
H A Derrors.inc30 "</strong>) is not available on this server right now. " .
63 // This service is not working right now
71 "</strong> is not available on this server right now. " .
H A Dpregen-news.inc12011 …w at <a href="http://www.zendcon.com/register-now" title="ZendCon 2017">http://www.zendcon.com/reg…
13252 …w at <a href="http://www.zendcon.com/register-now" title="ZendCon 2017">http://www.zendcon.com/reg…
16051 …w at <a href="http://www.zendcon.com/register-now" title="ZendCon 2016">http://www.zendcon.com/reg…
19223 <li>Many fatal errors are now Exceptions</li>
19318 <li>Many fatal errors are now Exceptions</li>
19472 <li>Many fatal errors are now Exceptions</li>
19641 <li>Many fatal errors are now Exceptions</li>
19963 <li>Many fatal errors are now Exceptions</li>
20145 <li>Many fatal errors are now Exceptions</li>
20506 <li>Many fatal errors are now Exceptions</li>
[all …]
/web-php/releases/
H A DNEWS_5_4_0_alpha1.txt4 - autoconf 2.59+ is now supported (and required) for generating the
33 - <?= is now always available regardless of the short_tags setting (Rasmus)
93 . Simplified string offset reading. $str[1][0] is now a legal construct.
100 . ZEND_RECV now always has IS_CV as its result.
101 . ZEND_CATCH now has to be used only with constant class names.
148 . scandir() now accepts SCANDIR_SORT_NONE as a possible sorting_order value.
H A DNEWS_5_4_0_beta2.txt37 . FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator now use
71 timezone, "UTC" is now used instead. (Derick)
74 . ext/mysql, mysqli and pdo_mysql now use mysqlnd by default. (Johannes)
180 - autoconf 2.59+ is now supported (and required) for generating the
210 - <?= is now always available regardless of the short_open_tag setting (Rasmus)
270 . Simplified string offset reading. $str[1][0] is now a legal construct.
277 . ZEND_RECV now always has IS_CV as its result.
278 . ZEND_CATCH now has to be used only with constant class names.
325 . scandir() now accepts SCANDIR_SORT_NONE as a possible sorting_order value.
404 . Way of representing OID value can now be changed when SNMP_VALUE_OBJECT
[all …]
H A DNEWS_5_4_0_RC1.txt114 timezone, "UTC" is now used instead. (Derick)
117 . ext/mysql, mysqli and pdo_mysql now use mysqlnd by default. (Johannes)
223 - autoconf 2.59+ is now supported (and required) for generating the
322 . ZEND_RECV now always has IS_CV as its result.
323 . ZEND_CATCH now has to be used only with constant class names.
1433 __construct now. (Stas)
2185 . ext/mhash (BC layer is now entirely within ext/hash)
2321 . MSI installer now supports all recent Windows versions, including
2325 . FastCGI is now always enabled and cannot be disabled.
6552 - Fixed bug #28209 (strtotime("now")). (Derick)
[all …]
H A DNEWS_5_4_0_beta1.txt20 timezone, "UTC" is now used instead. (Derick)
23 . ext/mysql, mysqli and pdo_mysql now use mysqlnd by default. (Johannes)
129 - autoconf 2.59+ is now supported (and required) for generating the
226 . ZEND_RECV now always has IS_CV as its result.
227 . ZEND_CATCH now has to be used only with constant class names.
1337 __construct now. (Stas)
2089 . ext/mhash (BC layer is now entirely within ext/hash)
2225 . MSI installer now supports all recent Windows versions, including
2229 . FastCGI is now always enabled and cannot be disabled.
6456 - Fixed bug #28209 (strtotime("now")). (Derick)
[all …]
/web-php/js/ext/
H A Djquery.scrollTo.min.js7 …pt&&t._last&&t._last!==curr){return $(t.elem).stop()}var next=Math.round(t.now);if(curr!==next){$(…

Completed in 110 milliseconds