3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ [ "Query" => "hehe haha hihi", "Merry" => "1.11" ], [ "Query" => "hehe hoho hrooo", "Merry" => "1.12" ] ]; var_export( array_count_values( explode( ' ', implode( ' ', array_column($array, 'Query') ) ) ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tfBYA
function name:  (null)
number of ops:  20
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   15     1        INIT_FCALL                                               'var_export'
   16     2        INIT_FCALL                                               'array_count_values'
   17     3        INIT_FCALL                                               'explode'
   18     4        SEND_VAL                                                 '+'
   19     5        INIT_FCALL                                               'implode'
   20     6        SEND_VAL                                                 '+'
   21     7        INIT_FCALL                                               'array_column'
          8        SEND_VAR                                                 !0
          9        SEND_VAL                                                 'Query'
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
   19    12        DO_ICALL                                         $3      
   21    13        SEND_VAR                                                 $3
   17    14        DO_ICALL                                         $4      
   21    15        SEND_VAR                                                 $4
   16    16        DO_ICALL                                         $5      
   21    17        SEND_VAR                                                 $5
   15    18        DO_ICALL                                                 
   25    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.66 ms | 1008 KiB | 18 Q