3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! function html($comu_id){ $tag = file_get_contents("http://ext.nicovideo.jp/thumb_community/{$comu_id}"); return $tag; } echo html("co1");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7qnUh
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'html'
          1        SEND_VAL                                                 'co1'
          2        DO_FCALL                                      0  $0      
          3        ECHO                                                     $0
          4      > RETURN                                                   1

Function html:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7qnUh
function name:  html
number of ops:  9
compiled vars:  !0 = $comu_id, !1 = $tag
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        INIT_FCALL                                               'file_get_contents'
          2        NOP                                                      
          3        FAST_CONCAT                                      ~2      'http%3A%2F%2Fext.nicovideo.jp%2Fthumb_community%2F', !0
          4        SEND_VAL                                                 ~2
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !1, $3
    5     7      > RETURN                                                   !1
    6     8*     > RETURN                                                   null

End of function html

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.6 ms | 1397 KiB | 16 Q