3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { var $Вік; var $Датанародження; var $Стать; function Vvid( $a,$b,$c ) { $this-> Вік = $a; $this-> Дата_народження = $b; $this-> Стать = $c; } } class B extends A { function Vuvid() { echo "<H1 align=center>$this->Вік</H1>"; echo "<H1 align=center>$this->Дата_народження</H1>"; echo "<H1 align=center>$this->Стать</H1>"; A::Vvid( 18,"04.05.1997","Чол." ); } } A::Vvid( 18,"04.05.1997","Чол." ); $b = new B; $b->Vuvid(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Xu55r
function name:  (null)
number of ops:  11
compiled vars:  !0 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   25     0  E >   INIT_STATIC_METHOD_CALL                                  'A', 'Vvid'
          1        SEND_VAL                                                 18
          2        SEND_VAL                                                 '04.05.1997'
          3        SEND_VAL                                                 '%D0%A7%D0%BE%D0%BB.'
          4        DO_FCALL                                      0          
   26     5        NEW                                              $2      'B'
          6        DO_FCALL                                      0          
          7        ASSIGN                                                   !0, $2
   27     8        INIT_METHOD_CALL                                         !0, 'Vuvid'
          9        DO_FCALL                                      0          
   28    10      > RETURN                                                   1

Class A:
Function vvid:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Xu55r
function name:  Vvid
number of ops:  10
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    8     3        ASSIGN_OBJ                                               '%D0%92%D1%96%D0%BA'
          4        OP_DATA                                                  !0
    9     5        ASSIGN_OBJ                                               '%D0%94%D0%B0%D1%82%D0%B0_%D0%BD%D0%B0%D1%80%D0%BE%D0%B4%D0%B6%D0%B5%D0%BD%D0%BD%D1%8F'
          6        OP_DATA                                                  !1
   10     7        ASSIGN_OBJ                                               '%D0%A1%D1%82%D0%B0%D1%82%D1%8C'
          8        OP_DATA                                                  !2
   12     9      > RETURN                                                   null

End of function vvid

End of class A.

Class B:
Function vuvid:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Xu55r
function name:  Vuvid
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   ROPE_INIT                                     3  ~2      '%3CH1+align%3Dcenter%3E'
          1        FETCH_OBJ_R                                      ~0      '%D0%92%D1%96%D0%BA'
          2        ROPE_ADD                                      1  ~2      ~2, ~0
          3        ROPE_END                                      2  ~1      ~2, '%3C%2FH1%3E'
          4        ECHO                                                     ~1
   19     5        ROPE_INIT                                     3  ~6      '%3CH1+align%3Dcenter%3E'
          6        FETCH_OBJ_R                                      ~4      '%D0%94%D0%B0%D1%82%D0%B0_%D0%BD%D0%B0%D1%80%D0%BE%D0%B4%D0%B6%D0%B5%D0%BD%D0%BD%D1%8F'
          7        ROPE_ADD                                      1  ~6      ~6, ~4
          8        ROPE_END                                      2  ~5      ~6, '%3C%2FH1%3E'
          9        ECHO                                                     ~5
   20    10        ROPE_INIT                                     3  ~10     '%3CH1+align%3Dcenter%3E'
         11        FETCH_OBJ_R                                      ~8      '%D0%A1%D1%82%D0%B0%D1%82%D1%8C'
         12        ROPE_ADD                                      1  ~10     ~10, ~8
         13        ROPE_END                                      2  ~9      ~10, '%3C%2FH1%3E'
         14        ECHO                                                     ~9
   21    15        INIT_STATIC_METHOD_CALL                                  'A', 'Vvid'
         16        SEND_VAL                                                 18
         17        SEND_VAL                                                 '04.05.1997'
         18        SEND_VAL                                                 '%D0%A7%D0%BE%D0%BB.'
         19        DO_FCALL                                      0          
   22    20      > RETURN                                                   null

End of function vuvid

Function vvid:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Xu55r
function name:  Vvid
number of ops:  10
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    8     3        ASSIGN_OBJ                                               '%D0%92%D1%96%D0%BA'
          4        OP_DATA                                                  !0
    9     5        ASSIGN_OBJ                                               '%D0%94%D0%B0%D1%82%D0%B0_%D0%BD%D0%B0%D1%80%D0%BE%D0%B4%D0%B6%D0%B5%D0%BD%D0%BD%D1%8F'
          6        OP_DATA                                                  !1
   10     7        ASSIGN_OBJ                                               '%D0%A1%D1%82%D0%B0%D1%82%D1%8C'
          8        OP_DATA                                                  !2
   12     9      > RETURN                                                   null

End of function vvid

End of class B.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.47 ms | 1399 KiB | 13 Q