3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://whatever.com/api/campaigns/%s/success'; $query = http_build_query(array( 'campaignId' => 2, 'dateFrom' => date('Y-m-d\TH:i:s', '2015-03-30 09:00:00'), 'dateTo' => date('Y-m-d\TH:i:s', '2015-03-30 09:30:00'), )); echo sprintf($url, 2) . '?' . $query;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, string given in /in/mXQEQ:7 Stack trace: #0 /in/mXQEQ(7): date('Y-m-d\\TH:i:s', '2015-03-30 09:0...') #1 {main} thrown in /in/mXQEQ on line 7
Process exited with code 255.

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:
37.55 ms | 401 KiB | 8 Q