3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Tr{ function __construct(){ } } function Table(){ return '<table>'.implode(func_get_args()) . '</table>'; } function Th(){ return '<th>'.implode(func_get_args()) . '</th>'; } function Tr(){ return '<tr>'.implode(func_get_args()) . '</tr>'; } function P(){ return "<p>"; } var_dump(Table(Tr(Th("Testing testing"))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MPjPZ
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   20     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'table'
          2        INIT_FCALL                                               'tr'
          3        INIT_FCALL                                               'th'
          4        SEND_VAL                                                 'Testing+testing'
          5        DO_FCALL                                      0  $0      
          6        SEND_VAR                                                 $0
          7        DO_FCALL                                      0  $1      
          8        SEND_VAR                                                 $1
          9        DO_FCALL                                      0  $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Function table:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MPjPZ
function name:  Table
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'implode'
          1        FUNC_GET_ARGS                                    ~0      
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                         $1      
          4        CONCAT                                           ~2      '%3Ctable%3E', $1
          5        CONCAT                                           ~3      ~2, '%3C%2Ftable%3E'
          6      > RETURN                                                   ~3
   10     7*     > RETURN                                                   null

End of function table

Function th:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MPjPZ
function name:  Th
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   INIT_FCALL                                               'implode'
          1        FUNC_GET_ARGS                                    ~0      
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                         $1      
          4        CONCAT                                           ~2      '%3Cth%3E', $1
          5        CONCAT                                           ~3      ~2, '%3C%2Fth%3E'
          6      > RETURN                                                   ~3
   13     7*     > RETURN                                                   null

End of function th

Function tr:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MPjPZ
function name:  Tr
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   INIT_FCALL                                               'implode'
          1        FUNC_GET_ARGS                                    ~0      
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                         $1      
          4        CONCAT                                           ~2      '%3Ctr%3E', $1
          5        CONCAT                                           ~3      ~2, '%3C%2Ftr%3E'
          6      > RETURN                                                   ~3
   16     7*     > RETURN                                                   null

End of function tr

Function p:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MPjPZ
function name:  P
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E > > RETURN                                                   '%3Cp%3E'
   19     1*     > RETURN                                                   null

End of function p

Class Tr:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MPjPZ
function name:  __construct
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E > > RETURN                                                   null

End of function __construct

End of class Tr.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.5 ms | 1394 KiB | 20 Q