3v4l.org

run code in 300+ PHP versions simultaneously
<?php setcookie('b', 'a', 0, array()); setcookie('b', 'a', 0, '/', '', false, false, 'lax');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/52qe6
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'setcookie'
          1        SEND_VAL                                                 'b'
          2        SEND_VAL                                                 'a'
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 <array>
          5        DO_ICALL                                                 
    4     6        INIT_FCALL                                               'setcookie'
          7        SEND_VAL                                                 'b'
          8        SEND_VAL                                                 'a'
          9        SEND_VAL                                                 0
         10        SEND_VAL                                                 '%2F'
         11        SEND_VAL                                                 ''
         12        SEND_VAL                                                 <false>
         13        SEND_VAL                                                 <false>
         14        SEND_VAL                                                 'lax'
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.29 ms | 1394 KiB | 15 Q