3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo json_encode(array ( 'startDate' => '2001-01-01', 'endDate' => '2001-01-04', 'isin' => 'ISIN00001', 'market' => 'MT01', 'currency' => 'CT01', 'name' => 'Test asset with ISIN 1', 'class' => 'Test one', 'prices' => array ( 0 => array ( 'date' => '2001-01-01', 'price' => '1.0000', ), 1 => array ( 'date' => '2001-01-03', 'price' => '3.0000', ), ), ));

preferences:
33.01 ms | 402 KiB | 5 Q