3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.1 ms | 1392 KiB | 13 Q