3v4l.org

run code in 500+ PHP versions simultaneously
<?php setcookie( 'name', 'value', time() + 60, false, false );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dEQk2
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'setcookie'
          1        SEND_VAL                                                     'name'
          2        SEND_VAL                                                     'value'
          3        INIT_FCALL                                                   'time'
          4        DO_ICALL                                             $0      
          5        ADD                                                  ~1      $0, 60
          6        SEND_VAL                                                     ~1
          7        SEND_VAL                                                     <false>
          8        SEND_VAL                                                     <false>
          9        DO_ICALL                                                     
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
164.75 ms | 2863 KiB | 16 Q