3v4l.org

run code in 500+ PHP versions simultaneously
<?php $x = 'a'; $b = 8; $c = 25; echo ('7: '. 1 + $c ?? 2 + $b ?? 3);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lb5bF
function name:  (null)
number of ops:  12
compiled vars:  !0 = $x, !1 = $b, !2 = $c
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'a'
    4     1        ASSIGN                                                       !1, 8
    5     2        ASSIGN                                                       !2, 25
    7     3        ADD                                                  ~6      1, !2
          4        CONCAT                                               ~7      '7%3A+', ~6
          5        COALESCE                                             ~8      ~7
          6        ADD                                                  ~9      2, !1
          7        COALESCE                                             ~10     ~9
          8        QM_ASSIGN                                            ~10     3
          9        QM_ASSIGN                                            ~8      ~10
         10        ECHO                                                         ~8
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
227.43 ms | 3361 KiB | 13 Q