3v4l.org

run code in 300+ PHP versions simultaneously
<?php $reg = Two_Factor_FIDO_U2F::$u2f->doRegister( get_user_meta( $user_id, self::REGISTER_DATA_USER_META_KEY, true ), $response ); $reg->new = true; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HIisu
function name:  (null)
number of ops:  15
compiled vars:  !0 = $reg, !1 = $user_id, !2 = $response
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_STATIC_PROP_R          unknown             ~3      'u2f'
          1        INIT_METHOD_CALL                                         ~3, 'doRegister'
          2        INIT_FCALL_BY_NAME                                       'get_user_meta'
          3        SEND_VAR_EX                                              !1
          4        FETCH_CLASS_CONSTANT                             ~4      'REGISTER_DATA_USER_META_KEY'
          5        SEND_VAL_EX                                              ~4
          6        SEND_VAL_EX                                              <true>
          7        DO_FCALL                                      0  $5      
          8        SEND_VAR_NO_REF_EX                                       $5
          9        SEND_VAR_EX                                              !2
         10        DO_FCALL                                      0  $6      
         11        ASSIGN                                                   !0, $6
    3    12        ASSIGN_OBJ                                               !0, 'new'
         13        OP_DATA                                                  <true>
    5    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.71 ms | 1393 KiB | 13 Q