- Output for 8.0.13, 8.5.1
- Parse error: syntax error, unexpected variable "$awaitable" in /in/Avt1l on line 2
Process exited with code 255. - Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.32, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.14, 8.4.16, 8.5.0
- <?hh $awaitable = HH\Asio\v((new Vector(range(1, 1000)))->map((int $wait_time) ==> { return async { await HH\Asio\usleep($wait_time*100); echo $wait_time."\n"; }; })); usleep(1000000); HH\Asio\join($awaitable);
- Output for 8.4.15
- /bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1. - Output for 5.6.0 - 5.6.29, 7.0.0 - 7.0.14, 7.1.0, 7.3.32 - 7.3.33, 7.4.33
- Parse error: syntax error, unexpected '$awaitable' (T_VARIABLE) in /in/Avt1l on line 2
Process exited with code 255.