3v4l.org

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