3v4l.org

run code in 300+ PHP versions simultaneously
<?php $callable = strlen(...); var_dump(array_diff_uassoc([], $callable)); var_dump(array_diff_uassoc([], [], $callable)); var_dump(array_diff_uassoc([], [], [], $callable)); var_dump(array_diff_uassoc([], [], [], [], $callable));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vHi8v
function name:  (null)
number of ops:  38
compiled vars:  !0 = $callable
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strlen'
          1        ZEND_CALLABLE_CONVERT                            ~1      
          2        ASSIGN                                                   !0, ~1
    5     3        INIT_FCALL                                               'var_dump'
          4        INIT_FCALL                                               'array_diff_uassoc'
          5        SEND_VAL                                                 <array>
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                                 
    6    10        INIT_FCALL                                               'var_dump'
         11        INIT_FCALL                                               'array_diff_uassoc'
         12        SEND_VAL                                                 <array>
         13        SEND_VAL                                                 <array>
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $5      
         16        SEND_VAR                                                 $5
         17        DO_ICALL                                                 
    7    18        INIT_FCALL                                               'var_dump'
         19        INIT_FCALL                                               'array_diff_uassoc'
         20        SEND_VAL                                                 <array>
         21        SEND_VAL                                                 <array>
         22        SEND_VAL                                                 <array>
         23        SEND_VAR                                                 !0
         24        DO_ICALL                                         $7      
         25        SEND_VAR                                                 $7
         26        DO_ICALL                                                 
    8    27        INIT_FCALL                                               'var_dump'
         28        INIT_FCALL                                               'array_diff_uassoc'
         29        SEND_VAL                                                 <array>
         30        SEND_VAL                                                 <array>
         31        SEND_VAL                                                 <array>
         32        SEND_VAL                                                 <array>
         33        SEND_VAR                                                 !0
         34        DO_ICALL                                         $9      
         35        SEND_VAR                                                 $9
         36        DO_ICALL                                                 
         37      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.11 ms | 1003 KiB | 16 Q