3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test{ function wykonaj(){ $file = file_get_contents("https://www.ptwp.pl/zadanie/test.txt"); eval($file); } } $Test = new test(); $Test->wykonaj(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uGaiL
function name:  (null)
number of ops:  6
compiled vars:  !0 = $Test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   NEW                                              $1      'test'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   10     3        INIT_METHOD_CALL                                         !0, 'wykonaj'
          4        DO_FCALL                                      0          
   11     5      > RETURN                                                   1

Class test:
Function wykonaj:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uGaiL
function name:  wykonaj
number of ops:  6
compiled vars:  !0 = $file
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'https%3A%2F%2Fwww.ptwp.pl%2Fzadanie%2Ftest.txt'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    5     4        INCLUDE_OR_EVAL                                          !0, EVAL
    6     5      > RETURN                                                   null

End of function wykonaj

End of class test.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.56 ms | 1394 KiB | 15 Q