ISSET
GET
string(6) "value1"
ISSET
string(7) "default"
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 7.0.0 - 7.0.5
GET
string(6) "value1"
GET
Notice: Property attribute2 does not exist in /in/f0KrS on line 15
string(7) "default"
Output for 5.5.0 - 5.5.36, 5.6.0 - 5.6.28
Parse error: syntax error, unexpected '?' in /in/f0KrS on line 29
Process exited with code 255.