3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
191.33 ms | 1392 KiB | 13 Q