3v4l.org

run code in 300+ PHP versions simultaneously
<?php if( isset( $this->_customAttributes ) ) { $intCount = count( $this->getCustomAttributes() ) - 1; $intI = 0; while( $intI <= $intCount ) { $strReturn .= ' '.$this->getCustomAttributes()[$intI]["Attribute"].'="'.$this->getCustomAttributes()[$intI]["Value"].'"'; $intI++; } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 29
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 27
Branch analysis from position: 27
2 jumps found. (Code = 44) Position 1 = 29, Position 2 = 11
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 29, Position 2 = 11
Branch analysis from position: 29
Branch analysis from position: 11
Branch analysis from position: 29
filename:       /in/uVeZn
function name:  (null)
number of ops:  30
compiled vars:  !0 = $intCount, !1 = $intI, !2 = $strReturn
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_THIS                                       $3      
          1        ISSET_ISEMPTY_PROP_OBJ                                   $3, '_customAttributes'
          2      > JMPZ                                                     ~4, ->29
    4     3    >   FETCH_THIS                                       $5      
          4        INIT_METHOD_CALL                                         $5, 'getCustomAttributes'
          5        DO_FCALL                                      0  $6      
          6        COUNT                                            ~7      $6
          7        SUB                                              ~8      ~7, 1
          8        ASSIGN                                                   !0, ~8
    5     9        ASSIGN                                                   !1, 0
    7    10      > JMP                                                      ->27
    9    11    >   FETCH_THIS                                       $11     
         12        INIT_METHOD_CALL                                         $11, 'getCustomAttributes'
         13        DO_FCALL                                      0  $12     
         14        FETCH_DIM_R                                      ~13     $12, !1
         15        FETCH_DIM_R                                      ~14     ~13, 'Attribute'
         16        CONCAT                                           ~15     '+', ~14
         17        CONCAT                                           ~16     ~15, '%3D%22'
         18        FETCH_THIS                                       $17     
         19        INIT_METHOD_CALL                                         $17, 'getCustomAttributes'
         20        DO_FCALL                                      0  $18     
         21        FETCH_DIM_R                                      ~19     $18, !1
         22        FETCH_DIM_R                                      ~20     ~19, 'Value'
         23        CONCAT                                           ~21     ~16, ~20
         24        CONCAT                                           ~22     ~21, '%22'
         25        ASSIGN_OP                                     8          !2, ~22
   10    26        PRE_INC                                                  !1
    7    27    >   IS_SMALLER_OR_EQUAL                                      !1, !0
         28      > JMPNZ                                                    ~25, ->11
   12    29    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
125.52 ms | 1399 KiB | 13 Q