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, SEATMEDIAPORTAL_API_KEY); } var_dump($params);
Output for git.master, git.master_jit
Warning: Undefined variable $item in /in/SXaq3 on line 6 Warning: Trying to access array offset on value of type null in /in/SXaq3 on line 6 array(5) { [0]=> string(36) "JNSDO235GHOVBR90IGIVLSIVIS74626BLDVB" [1]=> NULL [2]=> NULL [3]=> NULL [4]=> string(11) "brandportal" }
Output for rfc.property-hooks
Warning: Undefined variable $item in /in/SXaq3 on line 6 Warning: Trying to access array offset on null in /in/SXaq3 on line 6 array(5) { [0]=> string(36) "JNSDO235GHOVBR90IGIVLSIVIS74626BLDVB" [1]=> NULL [2]=> NULL [3]=> NULL [4]=> string(11) "brandportal" }

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.38 ms | 401 KiB | 8 Q