3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump((float) "30" === (float) str_replace(",", ".", "30.00"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lglUW
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        CAST                                          5  ~0      '30'
          2        INIT_FCALL                                               'str_replace'
          3        SEND_VAL                                                 '%2C'
          4        SEND_VAL                                                 '.'
          5        SEND_VAL                                                 '30.00'
          6        DO_ICALL                                         $1      
          7        CAST                                          5  ~2      $1
          8        IS_IDENTICAL                                     ~3      ~0, ~2
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.8 ms | 1394 KiB | 17 Q