3v4l.org

run code in 500+ 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:  10
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        FRAMELESS_ICALL_3                preg_replace        ~2      '%2F%5B%2C+%5D%2B%2F', '%0A'
          4        OP_DATA                                                      !0
          5        SEND_VAL                                                     ~2
    6     6        DO_ICALL                                             $3      
    7     7        SEND_VAR                                                     $3
    5     8        DO_ICALL                                                     
    9     9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.96 ms | 1611 KiB | 17 Q