Fatal error: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type int|float, string given in /in/5MXYR:5
Stack trace:
#0 /in/5MXYR(5): number_format('1,2')
#1 {main}
thrown in /in/5MXYR on line 5
Process exited with code 255.
Output for 8.3.28
/bin/php-8.3.28: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.3.28)
/bin/php-8.3.28: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.3.28)
/bin/php-8.3.28: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.3.28)
/bin/php-8.3.28: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.3.28)
Process exited with code 1.
Fatal error: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type float, string given in /in/5MXYR:5
Stack trace:
#0 /in/5MXYR(5): number_format('1,2')
#1 {main}
thrown in /in/5MXYR on line 5
Process exited with code 255.
Notice: A non well formed numeric value encountered in /in/5MXYR on line 5
val: 1,2 is_numeric 1
val: 1 is_numeric 1
Warning: number_format() expects parameter 1 to be float, string given in /in/5MXYR on line 5
val: is_numeric
Notice: A non well formed numeric value encountered in /in/5MXYR on line 10
is numeric? 1
Output for 7.3.32 - 7.3.33
val: 1,2 is_numeric 1
val: 1 is_numeric 1
Warning: number_format() expects parameter 1 to be float, string given in /in/5MXYR on line 5
val: is_numeric
is numeric? 1
Notice: A non well formed numeric value encountered in /in/5MXYR on line 5
val: 1,2 is_numeric 1
val: 1 is_numeric 1
Warning: number_format() expects parameter 1 to be double, string given in /in/5MXYR on line 5
val: is_numeric
Notice: A non well formed numeric value encountered in /in/5MXYR on line 10
is numeric? 1