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.
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