3v4l.org

run code in 300+ PHP versions simultaneously
<?php $note=<<<XML <sample> <Item ItemNumber="00000088" FormattedItemNumber="00000-088"> <CompatibleModels /> <Category CatId="160" > test 123 </Category> <Images /> <Documents /> <RequiredItems /> </Item> </sample> XML; $xml=simplexml_load_string($note); //print_r($xml); foreach ($xml as $items) { echo $items->Category['CatId']; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 11
Branch analysis from position: 6
2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 11
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/Onqe2
function name:  (null)
number of ops:  13
compiled vars:  !0 = $note, !1 = $xml, !2 = $items
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Csample%3E%0A++++%3CItem+ItemNumber%3D%2200000088%22+FormattedItemNumber%3D%2200000-088%22%3E%0A++++++%3CCompatibleModels+%2F%3E%0A++++++++%3CCategory+CatId%3D%22160%22+%3E++test+123+%3C%2FCategory%3E%0A++++++%3CImages+%2F%3E%0A++++++%3CDocuments+%2F%3E%0A++++++%3CRequiredItems+%2F%3E%0A++++%3C%2FItem%3E%0A%3C%2Fsample%3E'
   14     1        INIT_FCALL                                               'simplexml_load_string'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
   16     5      > FE_RESET_R                                       $6      !1, ->11
          6    > > FE_FETCH_R                                               $6, !2, ->11
   17     7    >   FETCH_OBJ_R                                      ~7      !2, 'Category'
          8        FETCH_DIM_R                                      ~8      ~7, 'CatId'
          9        ECHO                                                     ~8
   16    10      > JMP                                                      ->6
         11    >   FE_FREE                                                  $6
   18    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.33 ms | 1001 KiB | 14 Q