3v4l.org

run code in 300+ PHP versions simultaneously
<?php $response = (object) array( 'validation_report' => (object) array( 'iban'=> 'blaat', 'valid' => true, ) ); $response = (object) $response; print_r($response);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KPJ2U
function name:  (null)
number of ops:  10
compiled vars:  !0 = $response
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   CAST                                          8  ~1      <array>
          1        INIT_ARRAY                                       ~2      ~1, 'validation_report'
          2        CAST                                          8  ~3      ~2
    3     3        ASSIGN                                                   !0, ~3
   10     4        CAST                                          8  ~5      !0
          5        ASSIGN                                                   !0, ~5
   12     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.07 ms | 1394 KiB | 15 Q