$a is 10....$b is String
Fatal error: Uncaught ArgumentCountError: parse_str() expects exactly 2 arguments, 1 given in /in/LdhIV:9
Stack trace:
#0 /in/LdhIV(9): parse_str('a=String&b=10')
#1 {main}
thrown in /in/LdhIV on line 9
Process exited with code 255.
$a is 10....$b is String
Deprecated: parse_str(): Calling parse_str() without the result argument is deprecated in /in/LdhIV on line 9
....After Using Parse Str....$a is String....$b is 10