3v4l.org

run code in 300+ PHP versions simultaneously
<?php include __DIR__ . '/../config/cfg.php'; include_once(CARABI_DIR . '/classes/class.carabiSite.php'); //echo '1'; //die('1'); carabiSite::prepare(); //echo '1'; //die('1'); global $currentUser; $currentUser = new WebUserAuth(); $currentUser->tokenAuthorize(); $currentUser->actAsCommonUser(); carabiSite::execute(); global $conn; oci_close($conn); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b8gvo
function name:  (null)
number of ops:  21
compiled vars:  !0 = $currentUser, !1 = $conn
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INCLUDE_OR_EVAL                                          '%2Fin%2F..%2Fconfig%2Fcfg.php', INCLUDE
    3     1        FETCH_CONSTANT                                   ~3      'CARABI_DIR'
          2        CONCAT                                           ~4      ~3, '%2Fclasses%2Fclass.carabiSite.php'
          3        INCLUDE_OR_EVAL                                          ~4, INCLUDE_ONCE
    6     4        INIT_STATIC_METHOD_CALL                                  'carabiSite', 'prepare'
          5        DO_FCALL                                      0          
   10     6        BIND_GLOBAL                                              !0, 'currentUser'
   11     7        NEW                                              $7      'WebUserAuth'
          8        DO_FCALL                                      0          
          9        ASSIGN                                                   !0, $7
   12    10        INIT_METHOD_CALL                                         !0, 'tokenAuthorize'
         11        DO_FCALL                                      0          
   13    12        INIT_METHOD_CALL                                         !0, 'actAsCommonUser'
         13        DO_FCALL                                      0          
   15    14        INIT_STATIC_METHOD_CALL                                  'carabiSite', 'execute'
         15        DO_FCALL                                      0          
   17    16        BIND_GLOBAL                                              !1, 'conn'
   18    17        INIT_FCALL_BY_NAME                                       'oci_close'
         18        SEND_VAR_EX                                              !1
         19        DO_FCALL                                      0          
   20    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
195.1 ms | 1394 KiB | 13 Q