3v4l.org

run code in 300+ PHP versions simultaneously
<?php print ((float)'1.5').'<br>'; // Result 1,5 print ((float)'1,5').'<br>'; // Result 1 - Fine with me
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Rkh7b
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   CAST                                          5  ~0      '1.5'
          1        CONCAT                                           ~1      ~0, '%3Cbr%3E'
          2        ECHO                                                     ~1
    4     3        CAST                                          5  ~2      '1%2C5'
          4        CONCAT                                           ~3      ~2, '%3Cbr%3E'
          5        ECHO                                                     ~3
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.48 ms | 1392 KiB | 13 Q