3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public function query() { } public function x() { $this->query(); // object context } } $result = $this->query('POST', $path, $captcha, array('captcha', 'id'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/V6L1V
function name:  (null)
number of ops:  9
compiled vars:  !0 = $result, !1 = $path, !2 = $captcha
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   FETCH_THIS                                       $3      
          1        INIT_METHOD_CALL                                         $3, 'query'
          2        SEND_VAL_EX                                              'POST'
          3        SEND_VAR_EX                                              !1
          4        SEND_VAR_EX                                              !2
          5        SEND_VAL_EX                                              <array>
          6        DO_FCALL                                      0  $4      
          7        ASSIGN                                                   !0, $4
          8      > RETURN                                                   1

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

End of function query

Function x:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/V6L1V
function name:  x
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_METHOD_CALL                                         'query'
          1        DO_FCALL                                      0          
    9     2      > RETURN                                                   null

End of function x

End of class A.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
208.13 ms | 1393 KiB | 13 Q