3v4l.org

run code in 300+ PHP versions simultaneously
<?php $m = "m"; $z = "z"; $a = 'a'; echo($m <= $z); echo($z > $a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2sgc1
function name:  (null)
number of ops:  8
compiled vars:  !0 = $m, !1 = $z, !2 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'm'
    4     1        ASSIGN                                                   !1, 'z'
    5     2        ASSIGN                                                   !2, 'a'
    6     3        IS_SMALLER_OR_EQUAL                              ~6      !0, !1
          4        ECHO                                                     ~6
    7     5        IS_SMALLER                                       ~7      !2, !1
          6        ECHO                                                     ~7
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.46 ms | 1392 KiB | 13 Q