3v4l.org

run code in 300+ PHP versions simultaneously
<?php $donut = array("adı" => false, "açıklama" => false, "kurulum" => false, "kaldırma" => false, "onayDurumu" => 2); $degiskenler = array("adı" => "Modül Adı:"); $line = "// Modül Adı: Denek kod"; foreach ($degiskenler as $varAd => $var){ if (strpos($line, $var) == 0 or strpos($line,$var)){ $donut[$varAd] = substr($line, strpos($line, $var) + strlen($var)); echo "[".$varAd."]".substr($line, strpos($line, $var) + strlen($var)); } } ?>
Output for git.master, git.master_jit, rfc.property-hooks
[adı] Denek kod

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