3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Auth { function getUserInformation($username, $useremail) { return 'Return what you need'; } } $auth = new Auth; echo $auth->getUserInformation('username', 'email');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sVCN4
function name:  (null)
number of ops:  9
compiled vars:  !0 = $auth
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   NEW                                              $1      'Auth'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   11     3        INIT_METHOD_CALL                                         !0, 'getUserInformation'
          4        SEND_VAL_EX                                              'username'
          5        SEND_VAL_EX                                              'email'
          6        DO_FCALL                                      0  $4      
          7        ECHO                                                     $4
          8      > RETURN                                                   1

Class Auth:
Function getuserinformation:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sVCN4
function name:  getUserInformation
number of ops:  4
compiled vars:  !0 = $username, !1 = $useremail
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    5     2      > RETURN                                                   'Return+what+you+need'
    6     3*     > RETURN                                                   null

End of function getuserinformation

End of class Auth.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.88 ms | 1001 KiB | 13 Q