3v4l.org

run code in 300+ PHP versions simultaneously
<?php function MaxArray($arr) { return PHP_INT_MAX; } $a = array(array(141, 151, 161), 2, 3, array(101, 202, array(303, 404))); echo MaxArray($a) . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GhDlF
function name:  (null)
number of ops:  7
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'maxarray'
          2        SEND_VAR                                                 !0
          3        DO_FCALL                                      0  $2      
          4        CONCAT                                           ~3      $2, '%0A'
          5        ECHO                                                     ~3
          6      > RETURN                                                   1

Function maxarray:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GhDlF
function name:  MaxArray
number of ops:  3
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    5     1      > RETURN                                                   9223372036854775807
    6     2*     > RETURN                                                   null

End of function maxarray

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.27 ms | 1388 KiB | 14 Q