3v4l.org

run code in 300+ PHP versions simultaneously
<?php file_put_contents('data.csv', '1,2,3,4,5'); $handle = fopen('data.csv', 'c+'); $data = fgetcsv($handle, 2); var_dump($data[1]) ?>
Output for git.master, git.master_jit
Warning: file_put_contents(): open_basedir restriction in effect. File(data.csv) is not within the allowed path(s): (/tmp:/in:/etc) in /in/V6eRM on line 3 Warning: file_put_contents(data.csv): Failed to open stream: Operation not permitted in /in/V6eRM on line 3 Warning: fopen(): open_basedir restriction in effect. File(data.csv) is not within the allowed path(s): (/tmp:/in:/etc) in /in/V6eRM on line 4 Warning: fopen(data.csv): Failed to open stream: Operation not permitted in /in/V6eRM on line 4 Fatal error: Uncaught TypeError: fgetcsv(): Argument #1 ($stream) must be of type resource, bool given in /in/V6eRM:5 Stack trace: #0 /in/V6eRM(5): fgetcsv(false, 2) #1 {main} thrown in /in/V6eRM on line 5
Process exited with code 255.
Output for rfc.property-hooks
Warning: file_put_contents(): open_basedir restriction in effect. File(data.csv) is not within the allowed path(s): (/tmp:/in:/etc) in /in/V6eRM on line 3 Warning: file_put_contents(data.csv): Failed to open stream: Operation not permitted in /in/V6eRM on line 3 Warning: fopen(): open_basedir restriction in effect. File(data.csv) is not within the allowed path(s): (/tmp:/in:/etc) in /in/V6eRM on line 4 Warning: fopen(data.csv): Failed to open stream: Operation not permitted in /in/V6eRM on line 4 Fatal error: Uncaught TypeError: fgetcsv(): Argument #1 ($stream) must be of type resource, false given in /in/V6eRM:5 Stack trace: #0 /in/V6eRM(5): fgetcsv(false, 2) #1 {main} thrown in /in/V6eRM on line 5
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:
36.62 ms | 401 KiB | 8 Q