3v4l.org

run code in 300+ PHP versions simultaneously
<?php $settings['timestamp'] = time(); $urlSafeParams = http_build_query($settings); print $urlSafeParams;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XGllW
function name:  (null)
number of ops:  10
compiled vars:  !0 = $settings, !1 = $urlSafeParams
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $3      
          2        ASSIGN_DIM                                               !0, 'timestamp'
          3        OP_DATA                                                  $3
    5     4        INIT_FCALL                                               'http_build_query'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    8     8        ECHO                                                     !1
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.61 ms | 1394 KiB | 17 Q