3v4l.org

run code in 300+ PHP versions simultaneously
<?php function iframee( $atts, $content = null ) { return '<div id="iframee"><iframe src="'.$_GET['link'].'" frameborder=0 marginwidth=0 marginheight=0 scrolling=no width=640 height=360 allowfullscreen=\'true\'></iframe>'; } add_shortcode( 'iframee', 'iframee' );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/34v5c
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL_BY_NAME                                       'add_shortcode'
          1        SEND_VAL_EX                                              'iframee'
          2        SEND_VAL_EX                                              'iframee'
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Function iframee:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/34v5c
function name:  iframee
number of ops:  8
compiled vars:  !0 = $atts, !1 = $content
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      null
    4     2        FETCH_R                      global              ~2      '_GET'
          3        FETCH_DIM_R                                      ~3      ~2, 'link'
          4        CONCAT                                           ~4      '%3Cdiv+id%3D%22iframee%22%3E%3Ciframe+src%3D%22', ~3
          5        CONCAT                                           ~5      ~4, '%22+frameborder%3D0+marginwidth%3D0+marginheight%3D0+scrolling%3Dno+width%3D640+height%3D360+allowfullscreen%3D%27true%27%3E%3C%2Fiframe%3E'
          6      > RETURN                                                   ~5
    5     7*     > RETURN                                                   null

End of function iframee

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.6 ms | 1398 KiB | 13 Q