3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getUserConsentsByUid(string $uid, array $filters = [], ?int $limit) { var_dump($limit); } getUserConsentsByUid('uid', []);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UqHLj
function name:  (null)
number of ops:  5
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        DO_FCALL                                      0          
          4      > RETURN                                                   1

Function getuserconsentsbyuid:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UqHLj
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                                             !2      
    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:
150.12 ms | 1396 KiB | 16 Q