(string) $float => string(4) "3,45"
json_encode( $float ) =>
Fatal error: Call to undefined function json_encode() in /in/jdDsn on line 10
Process exited with code 255.
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/jdDsn on line 10
Process exited with code 255.
Output for 4.4.5 - 4.4.9
(string) $float => string(4) "3,45"
json_encode( $float ) =>
Fatal error: Call to undefined function: json_encode() in /in/jdDsn on line 10
Process exited with code 255.
Output for 4.3.10 - 4.3.11, 4.4.0 - 4.4.4
(string) $float => string(4) "3,45"
json_encode( $float ) =>
Fatal error: Call to undefined function: json_encode() in /in/jdDsn on line 10
Process exited with code 255.
Output for 4.3.2 - 4.3.9
(string) $float => string(4) "3.45"
json_encode( $float ) =>
Fatal error: Call to undefined function: json_encode() in /in/jdDsn on line 10
Process exited with code 255.
Output for 4.3.0 - 4.3.1
(string) $float => string(4) "3.45"
json_encode( $float ) =>
Fatal error: Call to undefined function: json_encode() in /in/jdDsn on line 10