3v4l.org

run code in 300+ PHP versions simultaneously
<?php $c=<<<CODE <?php $c=<<<CODE %s CODE; printf($c, $c); CODE; printf($c, $c);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZloOP
function name:  (null)
number of ops:  15
compiled vars:  !0 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ROPE_INIT                                     3  ~2      '%3C%3Fphp%0A'
    4     1        ROPE_ADD                                      1  ~2      ~2, !0
          2        ROPE_END                                      2  ~1      ~2, '%3D%3C%3C%3CCODE%0A%25s'
    2     3        ASSIGN                                                   !0, ~1
    7     4        INIT_FCALL                                               'printf'
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
    8     8        FETCH_CONSTANT                                   ~6      'CODE'
          9        FREE                                                     ~6
    9    10        INIT_FCALL                                               'printf'
         11        SEND_VAR                                                 !0
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.92 ms | 1394 KiB | 15 Q