3v4l.org

run code in 300+ PHP versions simultaneously
<?php $age=10; $nom="john"; $metier="flutiste"; define ("PHRASE",$age+$nom+$metier); echo PHRASE; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F97JC
function name:  (null)
number of ops:  12
compiled vars:  !0 = $age, !1 = $nom, !2 = $metier
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 10
    4     1        ASSIGN                                                   !1, 'john'
    5     2        ASSIGN                                                   !2, 'flutiste'
    6     3        INIT_FCALL                                               'define'
          4        SEND_VAL                                                 'PHRASE'
          5        ADD                                              ~6      !0, !1
          6        ADD                                              ~7      ~6, !2
          7        SEND_VAL                                                 ~7
          8        DO_ICALL                                                 
    7     9        FETCH_CONSTANT                                   ~9      'PHRASE'
         10        ECHO                                                     ~9
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.47 ms | 1394 KiB | 15 Q