3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aa = date("Y-m-d", strtotime('yesterday')); $bb = 'Bereket'; $cc = 'Hello. '.$bb; var_dump($cc);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rl5tB
function name:  (null)
number of ops:  15
compiled vars:  !0 = $aa, !1 = $bb, !2 = $cc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 'yesterday'
          4        DO_ICALL                                         $3      
          5        SEND_VAR                                                 $3
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !0, $4
    5     8        ASSIGN                                                   !1, 'Bereket'
    7     9        CONCAT                                           ~7      'Hello.+', !1
         10        ASSIGN                                                   !2, ~7
    8    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.16 ms | 1394 KiB | 19 Q