3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<<EOL "test0","test1 test2 test3 test4 test5 test6","test7", test01,test02,test03,test04 EOL; $my_csv_text = get_csv_from_internet(); // Open a memory "file" for read/write... $f = fopen('php://memory', 'r+'); fwrite($f, $string); rewind($f); while (($data = fgetcsv($f)) !== FALSE) { var_dump($data); }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function get_csv_from_internet() in /in/Y6f8U:13 Stack trace: #0 {main} thrown in /in/Y6f8U on line 13
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
41.52 ms | 401 KiB | 8 Q