3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = 0x4A80B38 % 256; if ($b > 128) {$b = -256 + $b;} $c = 0x8088405 ; if ($c>0x7FFFFFFF) { $c-=0x100000000; } $c = $c % 256; if ($c > 128) {$c = -256 + $c;} $b = $b + $c + 69; echo $b;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
Branch analysis from position: 9
Branch analysis from position: 5
filename:       /in/9Ob26
function name:  (null)
number of ops:  20
compiled vars:  !0 = $b, !1 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 56
    5     1        IS_SMALLER                                               128, !0
          2      > JMPZ                                                     ~3, ->5
          3    >   ADD                                              ~4      -256, !0
          4        ASSIGN                                                   !0, ~4
    7     5    >   ASSIGN                                                   !1, 134775813
    9     6        IS_SMALLER                                               2147483647, !1
          7      > JMPZ                                                     ~7, ->9
   11     8    >   ASSIGN_OP                                     2          !1, 4294967296
   14     9    >   MOD                                              ~9      !1, 256
         10        ASSIGN                                                   !1, ~9
   17    11        IS_SMALLER                                               128, !1
         12      > JMPZ                                                     ~11, ->15
         13    >   ADD                                              ~12     -256, !1
         14        ASSIGN                                                   !1, ~12
   19    15    >   ADD                                              ~14     !0, !1
         16        ADD                                              ~15     ~14, 69
         17        ASSIGN                                                   !0, ~15
   21    18        ECHO                                                     !0
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.67 ms | 1398 KiB | 13 Q