fork download
  1. <?php
  2.  
  3. $a = date(d.'.'.m.'.'.o .' '. G.':'.i) . '.txt';
  4. $b = mt_rand(0,PHP_INT_MAX);
  5.  
  6.  
Success #stdin #stdout #stderr 0.02s 24500KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /home/fIK3Bj/prog.php on line 3
PHP Warning:  Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /home/fIK3Bj/prog.php on line 3
PHP Warning:  Use of undefined constant o - assumed 'o' (this will throw an Error in a future version of PHP) in /home/fIK3Bj/prog.php on line 3
PHP Warning:  Use of undefined constant G - assumed 'G' (this will throw an Error in a future version of PHP) in /home/fIK3Bj/prog.php on line 3
PHP Warning:  Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /home/fIK3Bj/prog.php on line 3
PHP Warning:  file_put_contents(03.07.2020 23:16.txt): failed to open stream: Permission denied in /home/fIK3Bj/prog.php on line 7