3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlfile = 'http://www.cvkeskus.ee/xml_jobads_32ed68871d29e86378e559e756f196620.xml'; $xml = simplexml_load_file($xmlfile); foreach ($xml->children() as $child) { echo $child->salary_till . "<br>"; echo $child->salary_currency . "<br>"; echo $child->job_profession . "<br>"; echo $child->url . "<br>"; echo "__________________<br>"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 23
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 23
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
filename:       /in/N3J5J
function name:  (null)
number of ops:  25
compiled vars:  !0 = $xmlfile, !1 = $xml, !2 = $child
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fwww.cvkeskus.ee%2Fxml_jobads_32ed68871d29e86378e559e756f196620.xml'
    4     1        INIT_FCALL                                               'simplexml_load_file'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    5     5        INIT_METHOD_CALL                                         !1, 'children'
          6        DO_FCALL                                      0  $6      
          7      > FE_RESET_R                                       $7      $6, ->23
          8    > > FE_FETCH_R                                               $7, !2, ->23
    6     9    >   FETCH_OBJ_R                                      ~8      !2, 'salary_till'
         10        CONCAT                                           ~9      ~8, '%3Cbr%3E'
         11        ECHO                                                     ~9
    7    12        FETCH_OBJ_R                                      ~10     !2, 'salary_currency'
         13        CONCAT                                           ~11     ~10, '%3Cbr%3E'
         14        ECHO                                                     ~11
    8    15        FETCH_OBJ_R                                      ~12     !2, 'job_profession'
         16        CONCAT                                           ~13     ~12, '%3Cbr%3E'
         17        ECHO                                                     ~13
    9    18        FETCH_OBJ_R                                      ~14     !2, 'url'
         19        CONCAT                                           ~15     ~14, '%3Cbr%3E'
         20        ECHO                                                     ~15
   10    21        ECHO                                                     '__________________%3Cbr%3E'
    5    22      > JMP                                                      ->8
         23    >   FE_FREE                                                  $7
   11    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.37 ms | 1395 KiB | 15 Q