3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); try { $ismarketing = 'n'; $arraydnismap= array("8663582353","2032007654","8602498731","2292348712","4044456908","4782549845","6785418203","7063898537","7702998468","9122095105","2525589042","3362907267","7042515891","8282027063","9102169913","9192137973","9802221556"); $dnis = $_GET["dnis"]; if (in_array($dnis,$arraydnismap)) { $ismarketing = 'y'; } print 'mark='.$ismarketing; } catch(Exception $e) { echo $e; } ob_flush(); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "dnis" in /in/OfYuo on line 8 mark=n

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