3v4l.org

run code in 300+ PHP versions simultaneously
<?php # Save the audio to a URL-accessible directory for playback. parse_str($_SERVER['QUERY_STRING'], $params); $str = 'randomtype'; $file_name = md5($str); $name = isset($params['fileName']) ? $params['fileName'] : $file_name + 'randomtype.mp3'; $content = file_get_contents('php://input'); $fh = fopen($name, 'w') or die("can't open file"); fwrite($fh, $content); fclose($fh); ?>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
Warning: Undefined array key "QUERY_STRING" in /in/qGBRj on line 3 Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /in/qGBRj on line 3 Warning: A non-numeric value encountered in /in/qGBRj on line 6 Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /in/qGBRj:6 Stack trace: #0 {main} thrown in /in/qGBRj on line 6
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Warning: Undefined array key "QUERY_STRING" in /in/qGBRj on line 3 Warning: A non-numeric value encountered in /in/qGBRj on line 6 Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /in/qGBRj:6 Stack trace: #0 {main} thrown in /in/qGBRj on line 6
Process exited with code 255.
Output for 7.4.33
Notice: Undefined index: QUERY_STRING in /in/qGBRj on line 3 Notice: A non well formed numeric value encountered in /in/qGBRj on line 6 Warning: A non-numeric value encountered in /in/qGBRj on line 6 Warning: fopen(60): failed to open stream: Read-only file system in /in/qGBRj on line 8 can't open file
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Notice: Undefined index: QUERY_STRING in /in/qGBRj on line 3 Notice: A non well formed numeric value encountered in /in/qGBRj on line 6 Warning: A non-numeric value encountered in /in/qGBRj on line 6 Warning: fopen(): open_basedir restriction in effect. File(60) is not within the allowed path(s): (/tmp:/in:/etc) in /in/qGBRj on line 8 Warning: fopen(60): failed to open stream: Operation not permitted in /in/qGBRj on line 8 can't open file
Output for 7.3.32 - 7.3.33
Warning: A non-numeric value encountered in /in/qGBRj on line 6 Warning: fopen(60): failed to open stream: Read-only file system in /in/qGBRj on line 8 can't open file
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33
Notice: Undefined index: QUERY_STRING in /in/qGBRj on line 3 Warning: fopen(): open_basedir restriction in effect. File(60) is not within the allowed path(s): (/tmp:/in:/etc) in /in/qGBRj on line 8 Warning: fopen(60): failed to open stream: Operation not permitted in /in/qGBRj on line 8 can't open file
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
Notice: Undefined index: QUERY_STRING in /in/qGBRj on line 3 Warning: fopen(60): failed to open stream: Permission denied in /in/qGBRj on line 8 can't open file
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined index: QUERY_STRING in /in/qGBRj on line 3 Warning: fopen(60): failed to open stream: Permission denied in /in/qGBRj on line 8 can't open file
Output for 4.3.1
Notice: Undefined index: QUERY_STRING in /in/qGBRj on line 3 Warning: fopen(60) [http://www.php.net/function.fopen]: failed to create stream: Permission denied in /in/qGBRj on line 8 can't open file
Output for 4.3.0
Notice: Undefined index: QUERY_STRING in /in/qGBRj on line 3 Warning: fopen(60) [http://www.php.net/function.fopen]: failed to create stream: Read-only file system in /in/qGBRj on line 8 can't open file

preferences:
459.46 ms | 402 KiB | 462 Q