3v4l.org

run code in 300+ PHP versions simultaneously
<?php $count = (float)(44.28); $multiple = (float)(0.36); $samp = $count / $multiple; if(is_int($samp)) echo "123"; else echo "12344";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MHYlE
function name:  (null)
number of ops:  12
compiled vars:  !0 = $count, !1 = $multiple, !2 = $samp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   CAST                                          5  ~3      44.28
          1        ASSIGN                                                   !0, ~3
    5     2        CAST                                          5  ~5      0.36
          3        ASSIGN                                                   !1, ~5
    7     4        DIV                                              ~7      !0, !1
          5        ASSIGN                                                   !2, ~7
   10     6        TYPE_CHECK                                   16          !2
          7      > JMPZ                                                     ~9, ->10
   11     8    >   ECHO                                                     '123'
          9      > JMP                                                      ->11
   13    10    >   ECHO                                                     '12344'
         11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.4 ms | 1384 KiB | 13 Q