3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = new stdClass; $arr->uid = 1; $arr->status = "complete"; $arr->order_id = 430; echo "Proof that the output is identical:\n"; print_r($arr); echo "\n"; echo "Order ID is: " . $arr->order_id;

preferences:
51.42 ms | 402 KiB | 5 Q