/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 8.0.15
Warning: fopen(/tmp/test.txt): Failed to open stream: Permission denied in /in/SECDo on line 19
Fatal error: Uncaught TypeError: fgets(): Argument #1 ($stream) must be of type resource, bool given in /in/SECDo:20
Stack trace:
#0 /in/SECDo(20): fgets(false)
#1 {main}
thrown in /in/SECDo on line 20
Process exited with code 255.
Output for 7.2.17
Warning: fopen(/tmp/test.txt): failed to open stream: No such file or directory in /in/SECDo on line 19
Warning: fgets() expects parameter 1 to be resource, boolean given in /in/SECDo on line 20
Warning: fclose() expects parameter 1 to be resource, boolean given in /in/SECDo on line 26
bool(false)