3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dados_linha = array(); $handle = fopen("/in/N5Hr7/teste", "a+"); fputcsv($handle, $dados_linha, ";", "'"); fclose($handle);
Output for 8.3.0 - 8.3.6
Warning: fopen(/in/N5Hr7/teste): Failed to open stream: No such file or directory in /in/v23qS on line 4 Fatal error: Uncaught TypeError: fputcsv(): Argument #1 ($stream) must be of type resource, false given in /in/v23qS:6 Stack trace: #0 /in/v23qS(6): fputcsv(false, Array, ';', ''') #1 {main} thrown in /in/v23qS on line 6
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: fopen(/in/N5Hr7/teste): Failed to open stream: No such file or directory in /in/v23qS on line 4 Fatal error: Uncaught TypeError: fputcsv(): Argument #1 ($stream) must be of type resource, bool given in /in/v23qS:6 Stack trace: #0 /in/v23qS(6): fputcsv(false, Array, ';', ''') #1 {main} thrown in /in/v23qS on line 6
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: fopen(/in/N5Hr7/teste): failed to open stream: No such file or directory in /in/v23qS on line 4 Warning: fputcsv() expects parameter 1 to be resource, bool given in /in/v23qS on line 6 Warning: fclose() expects parameter 1 to be resource, bool given in /in/v23qS on line 7
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33
Warning: fopen(/in/N5Hr7/teste): failed to open stream: No such file or directory in /in/v23qS on line 4 Warning: fputcsv() expects parameter 1 to be resource, boolean given in /in/v23qS on line 6 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/v23qS on line 7

preferences:
254.62 ms | 403 KiB | 330 Q