3v4l.org

run code in 300+ PHP versions simultaneously
<?php class many_link_def { public $geschwindigkeit = 5; public $schild = 3; public $leben = 10; public $name; function __construct($beze) { echo "<div class='input_default_container' style='margin: 10px 0px 10px 0px;'>"; } public function nextText() { echo 'da'; } } $field = new many_link_def('Ausgabe 1'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aBDa7
function name:  (null)
number of ops:  5
compiled vars:  !0 = $field
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   20     0  E >   NEW                                              $1      'many_link_def'
          1        SEND_VAL_EX                                              'Ausgabe+1'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $1
   21     4      > RETURN                                                   1

Class many_link_def:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aBDa7
function name:  __construct
number of ops:  3
compiled vars:  !0 = $beze
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   RECV                                             !0      
   12     1        ECHO                                                     '%3Cdiv+class%3D%27input_default_container%27+style%3D%27margin%3A+10px+0px+10px+0px%3B%27%3E'
   14     2      > RETURN                                                   null

End of function __construct

Function nexttext:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aBDa7
function name:  nextText
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   16     0  E >   ECHO                                                     'da'
   17     1      > RETURN                                                   null

End of function nexttext

End of class many_link_def.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.09 ms | 1393 KiB | 13 Q