3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = 'https://gist.github.com/anonymous/dfe6b2348bde82fd50f1/raw/f0c17711eb0336f5199f2ef01e875b1806f04e3b/urunler.xml'; $xml = simplexml_load_file($xml); foreach ($xml->xpath("//urun/ozellik[@tanim='Kategori']") as $ozellik) { echo $ozellik."<br>"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 13
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 13
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/2jfhV
function name:  (null)
number of ops:  15
compiled vars:  !0 = $xml, !1 = $ozellik
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fgist.github.com%2Fanonymous%2Fdfe6b2348bde82fd50f1%2Fraw%2Ff0c17711eb0336f5199f2ef01e875b1806f04e3b%2Furunler.xml'
    4     1        INIT_FCALL                                               'simplexml_load_file'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    6     5        INIT_METHOD_CALL                                         !0, 'xpath'
          6        SEND_VAL_EX                                              '%2F%2Furun%2Fozellik%5B%40tanim%3D%27Kategori%27%5D'
          7        DO_FCALL                                      0  $5      
          8      > FE_RESET_R                                       $6      $5, ->13
          9    > > FE_FETCH_R                                               $6, !1, ->13
    7    10    >   CONCAT                                           ~7      !1, '%3Cbr%3E'
         11        ECHO                                                     ~7
    6    12      > JMP                                                      ->9
         13    >   FE_FREE                                                  $6
    8    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.57 ms | 1395 KiB | 15 Q