3v4l.org

run code in 300+ PHP versions simultaneously
<?php $responseData = array ( 'id' => 7181676, 'api_request_id' => 20984853, 'user' => 8305, 'vin' => 'JTDKN3DU7D1643423', 'make' => 'Toyota', 'model_name' => 'Prius', 'model_year' => 2013, 'last_updated' => '2019-02-22T01:08:15.628318Z', 'recall_count' => 1, 'status' => 'ok', 'recalls' => array ( 0 => array ( 'recall_id' => 15753, 'recall_age' => 0, 'nhtsa_id' => '18V684000', ), 1 => array ( 'recall_id' => 16733, 'recall_age' => 1, 'nhtsa_id' => '16V684123', ), ), ); foreach ($responseData['recalls'] as $key => $recall) { echo "recall $key:\n"; echo "recall id: {$recall['recall_id']}\n"; echo "recall age: {$recall['recall_age']}\n"; echo "nhtsa id: {$recall['nhtsa_id']}\n\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 25
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 25
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
filename:       /in/3i5pT
function name:  (null)
number of ops:  27
compiled vars:  !0 = $responseData, !1 = $recall, !2 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   31     1        FETCH_DIM_R                                      ~4      !0, 'recalls'
          2      > FE_RESET_R                                       $5      ~4, ->25
          3    > > FE_FETCH_R                                       ~6      $5, !1, ->25
          4    >   ASSIGN                                                   !2, ~6
   32     5        ROPE_INIT                                     3  ~9      'recall+'
          6        ROPE_ADD                                      1  ~9      ~9, !2
          7        ROPE_END                                      2  ~8      ~9, '%3A%0A'
          8        ECHO                                                     ~8
   33     9        ROPE_INIT                                     3  ~13     'recall+id%3A+'
         10        FETCH_DIM_R                                      ~11     !1, 'recall_id'
         11        ROPE_ADD                                      1  ~13     ~13, ~11
         12        ROPE_END                                      2  ~12     ~13, '%0A'
         13        ECHO                                                     ~12
   34    14        ROPE_INIT                                     3  ~17     'recall+age%3A+'
         15        FETCH_DIM_R                                      ~15     !1, 'recall_age'
         16        ROPE_ADD                                      1  ~17     ~17, ~15
         17        ROPE_END                                      2  ~16     ~17, '%0A'
         18        ECHO                                                     ~16
   35    19        ROPE_INIT                                     3  ~21     'nhtsa+id%3A+'
         20        FETCH_DIM_R                                      ~19     !1, 'nhtsa_id'
         21        ROPE_ADD                                      1  ~21     ~21, ~19
         22        ROPE_END                                      2  ~20     ~21, '%0A%0A'
         23        ECHO                                                     ~20
   31    24      > JMP                                                      ->3
         25    >   FE_FREE                                                  $5
   36    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.67 ms | 1398 KiB | 13 Q