3v4l.org

run code in 300+ PHP versions simultaneously
<?php function build_order_no() { return date('Ymd').substr(implode(NULL, array_map('ord', str_split(substr(uniqid(), 7, 13), 1))), 0, 8); } $i = 10; while($i) { $no = build_order_no(); $uniqid = uniqid(); file_put_contents('test.log', "$no\n$uniqid\n", FILE_APPEND); --$i; } echo PHP_EOL;
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Permission denied in /in/LOLOU on line 11
Output for 5.0.2 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.2
Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11
Output for 5.0.0 - 5.0.1
Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Warning: file_put_contents(test.log): failed to open stream: Read-only file system in /in/LOLOU on line 11 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/LOLOU on line 15 PHP_EOL
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: str_split() in /in/LOLOU on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: str_split() in /in/LOLOU on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: str_split() in /in/LOLOU on line 4

preferences:
189.07 ms | 401 KiB | 215 Q