3v4l.org

run code in 300+ PHP versions simultaneously
<?php $handle = popen('echo 12', 'r'); $stats = fstat($handle); var_dump($stats['mode']);
Output for 8.3.28 - 8.3.30, 8.4.15 - 8.4.18, 8.5.0 - 8.5.3
Warning: popen(echo 12,r): Permission denied in /in/C7Nbr on line 2 Fatal error: Uncaught TypeError: fstat(): Argument #1 ($stream) must be of type resource, false given in /in/C7Nbr:3 Stack trace: #0 /in/C7Nbr(3): fstat(false) #1 {main} thrown in /in/C7Nbr on line 3
Process exited with code 255.
Output for 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
Warning: popen(echo 12,r): Cannot allocate memory in /in/C7Nbr on line 2 Fatal error: Uncaught TypeError: fstat(): Argument #1 ($stream) must be of type resource, false given in /in/C7Nbr:3 Stack trace: #0 /in/C7Nbr(3): fstat(false) #1 {main} thrown in /in/C7Nbr on line 3
Process exited with code 255.
Output for 8.1.34, 8.2.30
Warning: popen(echo 12,r): Permission denied in /in/C7Nbr on line 2 Fatal error: Uncaught TypeError: fstat(): Argument #1 ($stream) must be of type resource, bool given in /in/C7Nbr:3 Stack trace: #0 /in/C7Nbr(3): fstat(false) #1 {main} thrown in /in/C7Nbr on line 3
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29
Warning: popen(echo 12,r): Cannot allocate memory in /in/C7Nbr on line 2 Fatal error: Uncaught TypeError: fstat(): Argument #1 ($stream) must be of type resource, bool given in /in/C7Nbr:3 Stack trace: #0 /in/C7Nbr(3): fstat(false) #1 {main} thrown in /in/C7Nbr on line 3
Process exited with code 255.
Output for 7.4.4 - 7.4.25, 7.4.27 - 7.4.33
Warning: popen(echo 12,r): Cannot allocate memory in /in/C7Nbr on line 2 Warning: fstat() expects parameter 1 to be resource, bool given in /in/C7Nbr on line 3 Notice: Trying to access array offset on value of type bool in /in/C7Nbr on line 4 NULL
Output for 7.3.16 - 7.3.33, 7.4.26
Warning: popen(echo 12,r): Cannot allocate memory in /in/C7Nbr on line 2 Warning: fstat() expects parameter 1 to be resource, bool given in /in/C7Nbr on line 3 NULL
Output for 7.1.25 - 7.1.31, 7.2.0 - 7.2.21, 7.3.0 - 7.3.8, 7.4.0
int(4480)
Output for 7.2.29 - 7.2.33
Warning: popen(echo 12,r): Cannot allocate memory in /in/C7Nbr on line 2 Warning: fstat() expects parameter 1 to be resource, boolean given in /in/C7Nbr on line 3 NULL

preferences:
120.64 ms | 1497 KiB | 4 Q