I hereby claim:
- I am ktamas77 on github.
- I am ktamas77 (https://keybase.io/ktamas77) on keybase.
- I have a public key ASA9Ba7vITK7jZv1Q8XmQxTmHTx-4obCSiDADqzgcEgvHgo
To claim this, I am signing this object:
| <?php | |
| $headers = Array( | |
| 'Content-Type: text/xml;charset=UTF-8', | |
| 'SOAPAction: ""' | |
| ); | |
| ?> |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| function update_query_param($url, $name, $value) { | |
| $parsed_url = parse_url($url); | |
| list($scheme, $host) = array_values($parsed_url); | |
| $path = ''; | |
| if (isset($parsed_url['path'])) { | |
| $path = $parsed_url['path']; | |
| } |
| php -d display_errors=On vendor/bin/phpunit -c phpunit.xml |