3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ENDPOINT_DEPOSIT_STATUS = 'transactions/%s'; $endpoint = sprintf($ENDPOINT_DEPOSIT_STATUS, '123sdsfs-dsfsdf-d=dsfsdf=sdf'); var_dump($endpoint); $url = 'https://api.paymentsgate.pro/api/v1/' . $endpoint; $body = 'transaction_id=123sdsfs-dsfsdf-d=dsfsdf=sdf'; var_dump($url); $url .= '?' . $body; var_dump($url);
Output for git.master_jit, git.master, rfc.property-hooks
string(41) "transactions/123sdsfs-dsfsdf-d=dsfsdf=sdf" string(77) "https://api.paymentsgate.pro/api/v1/transactions/123sdsfs-dsfsdf-d=dsfsdf=sdf" string(121) "https://api.paymentsgate.pro/api/v1/transactions/123sdsfs-dsfsdf-d=dsfsdf=sdf?transaction_id=123sdsfs-dsfsdf-d=dsfsdf=sdf"

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
28.93 ms | 406 KiB | 5 Q