3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array( 'page_title' => 'page title' ); ob_start(); if(count($data) > 0) extract($data); $content = ob_get_clean(); echo $content;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/U1DHS
function name:  (null)
number of ops:  14
compiled vars:  !0 = $data, !1 = $content
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    7     1        INIT_FCALL                                               'ob_start'
          2        DO_ICALL                                                 
    8     3        COUNT                                            ~4      !0
          4        IS_SMALLER                                               0, ~4
          5      > JMPZ                                                     ~5, ->9
          6    >   INIT_FCALL                                               'extract'
          7        SEND_REF                                                 !0
          8        DO_ICALL                                                 
   10     9    >   INIT_FCALL                                               'ob_get_clean'
         10        DO_ICALL                                         $7      
         11        ASSIGN                                                   !1, $7
   12    12        ECHO                                                     !1
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.66 ms | 1394 KiB | 19 Q