3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "AWS-HMAC-SHA256 Credential=eyJhbGciOiJIUzI1NiIsIngtc3MiOjEy/20160911/cn/user-service/request,SignedHeaders=host;x-aws-date, Signature=d9ee2d43f2067e4b8857f15fa8fff27820051d95a4ec31e93be866f201e0797a"; var_export( parse_ini_string( preg_replace('/[, ]+/', "\n", $str) ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kT4eQ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'AWS-HMAC-SHA256+Credential%3DeyJhbGciOiJIUzI1NiIsIngtc3MiOjEy%2F20160911%2Fcn%2Fuser-service%2Frequest%2CSignedHeaders%3Dhost%3Bx-aws-date%2C+Signature%3Dd9ee2d43f2067e4b8857f15fa8fff27820051d95a4ec31e93be866f201e0797a'
    5     1        INIT_FCALL                                               'var_export'
    6     2        INIT_FCALL                                               'parse_ini_string'
    7     3        INIT_FCALL                                               'preg_replace'
          4        SEND_VAL                                                 '%2F%5B%2C+%5D%2B%2F'
          5        SEND_VAL                                                 '%0A'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
    6     9        DO_ICALL                                         $3      
    7    10        SEND_VAR                                                 $3
    5    11        DO_ICALL                                                 
    9    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.25 ms | 1014 KiB | 16 Q