3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('display_errors', true); ini_set('error_reporting', -1); $a = [["5","131"],["1","515"],["2","333"],["3","28"],["4","13"]]; var_dump($a, array_walk_recursive($a, 'intval'), $a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OnJqa
function name:  (null)
number of ops:  19
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 <true>
          3        DO_ICALL                                                 
          4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'error_reporting'
          6        SEND_VAL                                                 -1
          7        DO_ICALL                                                 
    3     8        ASSIGN                                                   !0, <array>
    5     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        INIT_FCALL                                               'array_walk_recursive'
         12        SEND_REF                                                 !0
         13        SEND_VAL                                                 'intval'
         14        DO_ICALL                                         $4      
         15        SEND_VAR                                                 $4
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.2 ms | 1394 KiB | 19 Q