a37423e4f3
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.
10 linhas
175 B
PHP
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));
|