Array
(
[name] => Array
(
[0] => Sam ti hui.
)
[age] => Array
(
[0] => Too young.
)
)
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.4.0 - 7.4.10
Parse error: syntax error, unexpected '|', expecting ';' or '{' in /in/s9Eb9 on line 46
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.22
Parse error: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST) in /in/s9Eb9 on line 5
Process exited with code 255.