3v4l.org

run code in 300+ PHP versions simultaneously
<?php function copyFiles($array) { for($i = 0;$i < count($array);$i++){ copy("./".$array[$i],"/$folderlabel/".$array[$i]);} } $files = array ( DSC02425.jpg, DSC02426.jpg, DSC02432.jpg, DSC02437.jpg ); copyFiles($files);
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Fatal error: Uncaught Error: Undefined constant "DSC02425" in /in/QGq0O:9 Stack trace: #0 {main} thrown in /in/QGq0O on line 9
Process exited with code 255.
Output for 7.4.33
Warning: Use of undefined constant DSC02425 - assumed 'DSC02425' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 9 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 9 Warning: Use of undefined constant DSC02426 - assumed 'DSC02426' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 10 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 10 Warning: Use of undefined constant DSC02432 - assumed 'DSC02432' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 11 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 11 Warning: Use of undefined constant DSC02437 - assumed 'DSC02437' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 12 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 12 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02425jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02426jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02432jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02437jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Warning: Use of undefined constant DSC02425 - assumed 'DSC02425' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 9 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 9 Warning: Use of undefined constant DSC02426 - assumed 'DSC02426' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 10 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 10 Warning: Use of undefined constant DSC02432 - assumed 'DSC02432' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 11 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 11 Warning: Use of undefined constant DSC02437 - assumed 'DSC02437' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 12 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 12 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02425jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02426jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02432jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02437jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5
Output for 7.3.32 - 7.3.33
Warning: Use of undefined constant DSC02425 - assumed 'DSC02425' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 9 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 9 Warning: Use of undefined constant DSC02426 - assumed 'DSC02426' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 10 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 10 Warning: Use of undefined constant DSC02432 - assumed 'DSC02432' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 11 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 11 Warning: Use of undefined constant DSC02437 - assumed 'DSC02437' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 12 Warning: Use of undefined constant jpg - assumed 'jpg' (this will throw an Error in a future version of PHP) in /in/QGq0O on line 12 Warning: copy(./DSC02425jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Warning: copy(./DSC02426jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Warning: copy(./DSC02432jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Warning: copy(./DSC02437jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Use of undefined constant DSC02425 - assumed 'DSC02425' in /in/QGq0O on line 9 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 9 Notice: Use of undefined constant DSC02426 - assumed 'DSC02426' in /in/QGq0O on line 10 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 10 Notice: Use of undefined constant DSC02432 - assumed 'DSC02432' in /in/QGq0O on line 11 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 11 Notice: Use of undefined constant DSC02437 - assumed 'DSC02437' in /in/QGq0O on line 12 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 12 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02425jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02426jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02432jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02437jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Notice: Use of undefined constant DSC02425 - assumed 'DSC02425' in /in/QGq0O on line 9 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 9 Notice: Use of undefined constant DSC02426 - assumed 'DSC02426' in /in/QGq0O on line 10 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 10 Notice: Use of undefined constant DSC02432 - assumed 'DSC02432' in /in/QGq0O on line 11 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 11 Notice: Use of undefined constant DSC02437 - assumed 'DSC02437' in /in/QGq0O on line 12 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 13 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02425jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02426jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02432jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(): open_basedir restriction in effect. File(./DSC02437jpg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QGq0O on line 5
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
Notice: Use of undefined constant DSC02425 - assumed 'DSC02425' in /in/QGq0O on line 9 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 9 Notice: Use of undefined constant DSC02426 - assumed 'DSC02426' in /in/QGq0O on line 10 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 10 Notice: Use of undefined constant DSC02432 - assumed 'DSC02432' in /in/QGq0O on line 11 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 11 Notice: Use of undefined constant DSC02437 - assumed 'DSC02437' in /in/QGq0O on line 12 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 13 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02425jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02426jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02432jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02437jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Use of undefined constant DSC02425 - assumed 'DSC02425' in /in/QGq0O on line 9 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 9 Notice: Use of undefined constant DSC02426 - assumed 'DSC02426' in /in/QGq0O on line 10 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 10 Notice: Use of undefined constant DSC02432 - assumed 'DSC02432' in /in/QGq0O on line 11 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 11 Notice: Use of undefined constant DSC02437 - assumed 'DSC02437' in /in/QGq0O on line 12 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 13 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02425jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02426jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02432jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02437jpg): failed to open stream: No such file or directory in /in/QGq0O on line 5
Output for 4.3.0 - 4.3.1
Notice: Use of undefined constant DSC02425 - assumed 'DSC02425' in /in/QGq0O on line 9 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 9 Notice: Use of undefined constant DSC02426 - assumed 'DSC02426' in /in/QGq0O on line 10 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 10 Notice: Use of undefined constant DSC02432 - assumed 'DSC02432' in /in/QGq0O on line 11 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 11 Notice: Use of undefined constant DSC02437 - assumed 'DSC02437' in /in/QGq0O on line 12 Notice: Use of undefined constant jpg - assumed 'jpg' in /in/QGq0O on line 13 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02425jpg) [http://www.php.net/function.copy]: failed to create stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02426jpg) [http://www.php.net/function.copy]: failed to create stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02432jpg) [http://www.php.net/function.copy]: failed to create stream: No such file or directory in /in/QGq0O on line 5 Notice: Undefined variable: folderlabel in /in/QGq0O on line 5 Warning: copy(./DSC02437jpg) [http://www.php.net/function.copy]: failed to create stream: No such file or directory in /in/QGq0O on line 5

preferences:
352.16 ms | 404 KiB | 461 Q