3v4l.org

run code in 300+ PHP versions simultaneously
<?php $need_score = 234; $timestamp = 1417763475; $current_score = 0.7; $date_now = new DateTime(); $date = new DateTime(); $date->setTimestamp($timestamp); $interval_days = $date_now->diff($date)->days + 1; print ($need_score - $current_score) * $interval_days;
Output for git.master, git.master_jit, rfc.property-hooks
63457.6

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