3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( array( 'notification'=> 'desktop', 'type'=> 'in_cost', 'limit'=> 30, ), array( 'notification'=> 'email_default', 'type'=> 'in_percent', 'limit'=> 50, ), array( 'notification'=> 'email_alternative', 'type'=> 'out_percent', 'limit'=> 80, ), ); print '<pre>'.var_dump($array).'</pre>'; $serialided = http_build_query($array); print $serialided;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CE2Ik
function name:  (null)
number of ops:  13
compiled vars:  !0 = $array, !1 = $serialided
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   21     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        CONCAT                                           ~4      '%3Cpre%3E', $3
          5        CONCAT                                           ~5      ~4, '%3C%2Fpre%3E'
          6        ECHO                                                     ~5
   22     7        INIT_FCALL                                               'http_build_query'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !1, $6
   23    11        ECHO                                                     !1
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.86 ms | 1394 KiB | 17 Q