3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dir = [1,2,3=>[1,2,3]]; print_r($dir); class newsNews{ public function _echo($str){echo $str."<br/>";} } (new newsNews())->_echo("вивод"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gn8kA
function name:  (null)
number of ops:  10
compiled vars:  !0 = $dir
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'print_r'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
    8     4        NEW                                              $3      'newsNews'
          5        DO_FCALL                                      0          
          6        INIT_METHOD_CALL                                         $3, '_echo'
          7        SEND_VAL_EX                                              '%D0%B2%D0%B8%D0%B2%D0%BE%D0%B4'
          8        DO_FCALL                                      0          
    9     9      > RETURN                                                   1

Class newsNews:
Function _echo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gn8kA
function name:  _echo
number of ops:  4
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        CONCAT                                           ~1      !0, '%3Cbr%2F%3E'
          2        ECHO                                                     ~1
          3      > RETURN                                                   null

End of function _echo

End of class newsNews.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.69 ms | 1394 KiB | 15 Q