3v4l.org

run code in 300+ PHP versions simultaneously
<?php $TAF = "VHHH 020218Z 0202/0306 20010KT 9999 FEW015 SCT025 TX32/0206Z TX32/0306Z TN27/0222Z TEMPO 0202/0209 2500 -TSRA SHRA FEW010CB SCT015 TEMPO 0215/0221 3500 SHRA FEW015CB SCT020 TEMPO 0221/0303 2500 -TSRA SHRA FEW010CB SCT015 TEMPO 0303/0306 3500 SHRA FEW015CB SCT020="; $Tempo = explode(" TEMPO ", $TAF); array_shift($Tempo); var_dump($Tempo);
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { [0]=> string(41) "0202/0209 2500 -TSRA SHRA FEW010CB SCT015" [1]=> string(35) "0215/0221 3500 SHRA FEW015CB SCT020" [2]=> string(41) "0221/0303 2500 -TSRA SHRA FEW010CB SCT015" [3]=> string(36) "0303/0306 3500 SHRA FEW015CB SCT020=" }

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