3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! // Проверяем если это контекст $referer = ''; $request = ''; if(preg_match('/utm_medium=cpc', $referer) || preg_match('/utm_medium=cpc', $request)) { //$this->source = $this->source_ref['context']; echo 1; } // Проверяем на партнеров if(isset($_GET['pid']) && !empty(trim($_GET['pid']))) { //$this->source = $this->source_ref['partner']; echo 2; } // Проверяем на поисковики if(preg_match('/search', $referer)) { //$this->source = $this->source_ref['search']; echo 3; } // Проверяем на рассылки if(preg_match('/(id_notification=|unsubscribe=)', $request)) { //$this->source = $this->source_ref['mail']; echo 4; } if(empty($referer) && !isset($_GET['pid']) || preg_match('/sravnikupi.ru/', $referer)) { //$this->source = $this->source_ref['direct']; echo 5; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: preg_match(): No ending delimiter '/' found in /in/AKkBV on line 6 Warning: preg_match(): No ending delimiter '/' found in /in/AKkBV on line 6 Warning: preg_match(): No ending delimiter '/' found in /in/AKkBV on line 16 Warning: preg_match(): No ending delimiter '/' found in /in/AKkBV on line 21 5

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:
41.94 ms | 402 KiB | 8 Q