Arquivos
hhvm/hphp/test/slow/ext_date/1776.php
T
Paul Tarjan a37423e4f3 stop testing the underlying library
On ubuntu mathines, this still returns PM even in the netherland's locale for both zend and us. I think we shouldn't test it.
2013-05-20 13:52:31 -07:00

10 linhas
175 B
PHP

<?php
error_reporting(0);
var_dump(idate('@@'));
var_dump(idate('@'));
var_dump(date(''));
var_dump(date('@'));
var_dump(strftime(''));
var_dump(strftime('%p', 1234567890));