3v4l.org

run code in 300+ PHP versions simultaneously
<?php function boe(){ return array( "lol", "u", "suck", "!!!!!!!!" ); } $r = false; echo count($r = boe());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b7euN
function name:  (null)
number of ops:  7
compiled vars:  !0 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   ASSIGN                                                   !0, <false>
   14     1        INIT_FCALL                                               'boe'
          2        DO_FCALL                                      0  $2      
          3        ASSIGN                                           ~3      !0, $2
          4        COUNT                                            ~4      ~3
          5        ECHO                                                     ~4
          6      > RETURN                                                   1

Function boe:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b7euN
function name:  boe
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E > > RETURN                                                   <array>
   10     1*     > RETURN                                                   null

End of function boe

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.74 ms | 1396 KiB | 14 Q