3v4l.org

run code in 300+ PHP versions simultaneously
<?php $uri = 'data:application/json;base64,' . base64_encode(json_encode(['hello'=> 'world'])); $exists = var_export(file_exists($uri), true); $data = file_get_contents($uri); echo "URI: $uri\nExists: $exists\nData: $data";

preferences:
75.81 ms | 1116 KiB | 5 Q