fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. echo json_encode(['test' => number_format(1, 4, '.', '')]);
Success #stdin #stdout 0.02s 23556KB
stdin
Standard input is empty
stdout
{"test":"1.0000"}