3v4l.org

run code in 300+ PHP versions simultaneously
<?php $this->_prepareInput(); foreach ($this->_tests as $key => $test) { $this->_hash->setString($test); $this->_hash->getHash(); $this->_outputInteractive($key); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 22
Branch analysis from position: 6
2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 22
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename:       /in/Wq8gn
function name:  (null)
number of ops:  24
compiled vars:  !0 = $test, !1 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_THIS                                       $2      
          1        INIT_METHOD_CALL                                         $2, '_prepareInput'
          2        DO_FCALL                                      0          
    3     3        FETCH_THIS                                       $4      
          4        FETCH_OBJ_R                                      ~5      $4, '_tests'
          5      > FE_RESET_R                                       $6      ~5, ->22
          6    > > FE_FETCH_R                                       ~7      $6, !0, ->22
          7    >   ASSIGN                                                   !1, ~7
    4     8        FETCH_THIS                                       $9      
          9        FETCH_OBJ_R                                      ~10     $9, '_hash'
         10        INIT_METHOD_CALL                                         ~10, 'setString'
         11        SEND_VAR_EX                                              !0
         12        DO_FCALL                                      0          
    5    13        FETCH_THIS                                       $12     
         14        FETCH_OBJ_R                                      ~13     $12, '_hash'
         15        INIT_METHOD_CALL                                         ~13, 'getHash'
         16        DO_FCALL                                      0          
    6    17        FETCH_THIS                                       $15     
         18        INIT_METHOD_CALL                                         $15, '_outputInteractive'
         19        SEND_VAR_EX                                              !1
         20        DO_FCALL                                      0          
    3    21      > JMP                                                      ->6
         22    >   FE_FREE                                                  $6
    7    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.03 ms | 1385 KiB | 13 Q