3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = array(); if(array_reduce($array, function(&$res, $a){if ($a) $res = true;})) echo "EMPTY";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 8
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/MWl3O
function name:  (null)
number of ops:  9
compiled vars:  !0 = $t, !1 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'array_reduce'
          2        SEND_VAR                                                 !1
          3        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FMWl3O%3A5%240'
          4        SEND_VAL                                                 ~3
          5        DO_ICALL                                         $4      
          6      > JMPZ                                                     $4, ->8
    6     7    >   ECHO                                                     'EMPTY'
          8    > > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FMWl3O%3A5%240:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 4
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
filename:       /in/MWl3O
function name:  {closure}
number of ops:  5
compiled vars:  !0 = $res, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2      > JMPZ                                                     !1, ->4
          3    >   ASSIGN                                                   !0, <true>
          4    > > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FMWl3O%3A5%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.22 ms | 1395 KiB | 15 Q