3v4l.org

run code in 300+ PHP versions simultaneously
<?php file_put_contents('123tt.txt', '123'); echo '111', strlen(file_get_contents('123tt.txt')), '222'; readfile('123tt.txt');
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_put_contents(): open_basedir restriction in effect. File(123tt.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/HWZNb on line 2 Warning: file_put_contents(123tt.txt): Failed to open stream: Operation not permitted in /in/HWZNb on line 2 111 Warning: file_get_contents(): open_basedir restriction in effect. File(123tt.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/HWZNb on line 3 Warning: file_get_contents(123tt.txt): Failed to open stream: Operation not permitted in /in/HWZNb on line 3 0222 Warning: readfile(): open_basedir restriction in effect. File(123tt.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/HWZNb on line 4 Warning: readfile(123tt.txt): Failed to open stream: Operation not permitted in /in/HWZNb on line 4

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:
46.38 ms | 403 KiB | 8 Q