3v4l.org

run code in 300+ PHP versions simultaneously
<?php function customStyleSheet () { echo '<link href="' . customDir($whatEnv, 'common') . 'styles.css" type="text/css" rel="stylesheet">'; } customStyleSheet();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/M5Qhk
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'customstylesheet'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

Function customstylesheet:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/M5Qhk
function name:  customStyleSheet
number of ops:  8
compiled vars:  !0 = $whatEnv
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL_BY_NAME                                       'customDir'
          1        SEND_VAR_EX                                              !0
          2        SEND_VAL_EX                                              'common'
          3        DO_FCALL                                      0  $1      
          4        CONCAT                                           ~2      '%3Clink+href%3D%22', $1
          5        CONCAT                                           ~3      ~2, 'styles.css%22+type%3D%22text%2Fcss%22+rel%3D%22stylesheet%22%3E'
          6        ECHO                                                     ~3
    5     7      > RETURN                                                   null

End of function customstylesheet

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.68 ms | 1388 KiB | 14 Q