fork(1) download
  1. <?php
  2. function doIt(){
  3. return "2015";
  4. }
  5. echo date('D d M Y g:i a')."***"."\n";
  6. echo date($format = (date(G) > 11) ? 'D d M Y g:i \ص' : 'D d M Y g:i \م')."\n";
  7.  
Success #stdin #stdout #stderr 0.01s 20568KB
stdin
Standard input is empty
stdout
Sun 20 Apr 2014 10:29 pm***
Sun 20 Apr 2014 10:29 ص
stderr
PHP Notice:  Use of undefined constant G - assumed 'G' in /home/FmE62L/prog.php on line 6