3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! // Проверяем если это контекст $referer = ''; $request = ''; $pid = 2; if(preg_match('/utm_medium=cpc', $referer) || preg_match('/utm_medium=cpc', $request)) { //$this->source = $this->source_ref['context']; echo 1; } // Проверяем на партнеров if(isset($pid) && !empty(trim($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($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/ESdaN on line 7 Warning: preg_match(): No ending delimiter '/' found in /in/ESdaN on line 7 2 Warning: preg_match(): No ending delimiter '/' found in /in/ESdaN on line 17 Warning: preg_match(): No ending delimiter '/' found in /in/ESdaN on line 22

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