3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=PHP; $b=HPP; var_dump($a <=> $b); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/avXdZ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_CONSTANT                                   ~2      'PHP'
          1        ASSIGN                                                   !0, ~2
    3     2        FETCH_CONSTANT                                   ~4      'HPP'
          3        ASSIGN                                                   !1, ~4
    4     4        INIT_FCALL                                               'var_dump'
          5        SPACESHIP                                        ~6      !0, !1
          6        SEND_VAL                                                 ~6
          7        DO_ICALL                                                 
    6     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.85 ms | 1398 KiB | 15 Q