3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (!defined('SEATMEDIAPORTAL_API_KEY')) { define('SEATMEDIAPORTAL_API_KEY', 'JNSDO235GHOVBR90IGIVLSIVIS74626BLDVB'); } $params = array($item['email'], null, null, 'brandportal'); // Jesli zapomniano podac klucz API dilera - dopisujemy go na poczatku argumentow. if (!in_array(SEATMEDIAPORTAL_API_KEY, $params)) { array_unshift($params, SKODA_API_KEY); } var_dump($params);
Output for git.master, git.master_jit
Warning: Undefined variable $item in /in/VlimK on line 6 Warning: Trying to access array offset on value of type null in /in/VlimK on line 6 Fatal error: Uncaught Error: Undefined constant "SKODA_API_KEY" in /in/VlimK:10 Stack trace: #0 {main} thrown in /in/VlimK on line 10
Process exited with code 255.
Output for rfc.property-hooks
Warning: Undefined variable $item in /in/VlimK on line 6 Warning: Trying to access array offset on null in /in/VlimK on line 6 Fatal error: Uncaught Error: Undefined constant "SKODA_API_KEY" in /in/VlimK:10 Stack trace: #0 {main} thrown in /in/VlimK on line 10
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:
50.68 ms | 401 KiB | 8 Q