3v4l.org

run code in 300+ PHP versions simultaneously
<?php function posix_xisop($paraml1 , $paraml0){ $paraml0 = 4294967295 & ($paraml0 + 4294967296); return ((((~((($paraml1 << $paraml0) - 32) - $paraml0) >> $paraml1) & $paraml1) | $paraml1) & 4294967295); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jcViC
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E > > RETURN                                                   1

Function posix_xisop:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jcViC
function name:  posix_xisop
number of ops:  15
compiled vars:  !0 = $paraml1, !1 = $paraml0
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    3     2        ADD                                              ~2      !1, 4294967296
          3        BW_AND                                           ~3      ~2, 4294967295
          4        ASSIGN                                                   !1, ~3
    4     5        SL                                               ~5      !0, !1
          6        SUB                                              ~6      ~5, 32
          7        SUB                                              ~7      ~6, !1
          8        BW_NOT                                           ~8      ~7
          9        SR                                               ~9      ~8, !0
         10        BW_AND                                           ~10     !0, ~9
         11        BW_OR                                            ~11     !0, ~10
         12        BW_AND                                           ~12     ~11, 4294967295
         13      > RETURN                                                   ~12
    6    14*     > RETURN                                                   null

End of function posix_xisop

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.24 ms | 1394 KiB | 13 Q