3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getUserConsentsByUid(string $uid, array $filters = [], int $limit = 20) { var_dump($limit); } getUserConsentsByUid('uid', [], null);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SPMEK
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'getuserconsentsbyuid'
          1        SEND_VAL                                                 'uid'
          2        SEND_VAL                                                 <array>
          3        SEND_VAL                                                 null
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Function getuserconsentsbyuid:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SPMEK
function name:  getUserConsentsByUid
number of ops:  7
compiled vars:  !0 = $uid, !1 = $filters, !2 = $limit
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      <array>
          2        RECV_INIT                                        !2      20
    5     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAR                                                 !2
          5        DO_ICALL                                                 
    6     6      > RETURN                                                   null

End of function getuserconsentsbyuid

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.97 ms | 1397 KiB | 16 Q