3v4l.org

run code in 300+ PHP versions simultaneously
<?php function compare($a, $b, $c) { var_dump($a < $b); var_dump($b < $c); var_dump($c < $a); } compare('066', '07fx', '28');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/48QY4
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'compare'
          1        SEND_VAL                                                 '066'
          2        SEND_VAL                                                 '07fx'
          3        SEND_VAL                                                 '28'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Function compare:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/48QY4
function name:  compare
number of ops:  16
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    4     3        INIT_FCALL                                               'var_dump'
          4        IS_SMALLER                                       ~3      !0, !1
          5        SEND_VAL                                                 ~3
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'var_dump'
          8        IS_SMALLER                                       ~5      !1, !2
          9        SEND_VAL                                                 ~5
         10        DO_ICALL                                                 
    6    11        INIT_FCALL                                               'var_dump'
         12        IS_SMALLER                                       ~7      !2, !0
         13        SEND_VAL                                                 ~7
         14        DO_ICALL                                                 
    7    15      > RETURN                                                   null

End of function compare

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.58 ms | 1398 KiB | 16 Q