3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fichero = new SplFileObject("file.csv"); $fichero->setFlags(SplFileObject::READ_CSV); foreach ($fichero as $fila) { $values[] = "('".implode("','", $fila)."')"; }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught RuntimeException: SplFileObject::__construct(): open_basedir restriction in effect. File(file.csv) is not within the allowed path(s): (/tmp:/in:/etc) in /in/mSeZN:3 Stack trace: #0 /in/mSeZN(3): SplFileObject->__construct('file.csv') #1 {main} thrown in /in/mSeZN on line 3
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:
44.11 ms | 402 KiB | 8 Q