3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ringGirl = 84.999999999; $percent = explode(",", (string) $ringGirl); var_dump((int) $percent[0]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jUefU
function name:  (null)
number of ops:  13
compiled vars:  !0 = $ringGirl, !1 = $percent
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 85
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%2C'
          3        CAST                                          6  ~3      !0
          4        SEND_VAL                                                 ~3
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    6     7        INIT_FCALL                                               'var_dump'
          8        FETCH_DIM_R                                      ~6      !1, 0
          9        CAST                                          4  ~7      ~6
         10        SEND_VAL                                                 ~7
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.94 ms | 1398 KiB | 17 Q