3v4l.org

run code in 300+ PHP versions simultaneously
<?php $head=<<<EOF 943.375/h(ordinary) 1179.84375/h(extra) 58.5331744139849=3511.990464839094m =?=3512m =58h32m which means...\n\n EOF; echo $head; $bsalary=150940; echo "月俸:$bsalary\n"; $ex_inc=69060; echo "見込み残業:$ex_inc \n"; $hsalary=ceil($bsalary/160)-1; echo "時間換算基本給:{$hsalary}円\n"; $ex_hsal=ceil($hsalary*1.25); echo "残業時時給:$ex_hsal\n"; $capableextra=ceil($ex_inc / $ex_hsal); echo "残業可能時間:{$capableextra}\n"; $total=160+$capableextra; echo "月稼働時間は{$total}\n"; $tperday=ceil($total/20); $dailyextra=$tperday-8; echo "だいたい一日{$tperday}時間労働、平均残業は{$dailyextra}時間";
Output for git.master, git.master_jit, rfc.property-hooks
943.375/h(ordinary) 1179.84375/h(extra) 58.5331744139849=3511.990464839094m =?=3512m =58h32m which means... 月俸:150940 見込み残業:69060 時間換算基本給:943円 残業時時給:1179 残業可能時間:59 月稼働時間は219 だいたい一日11時間労働、平均残業は3時間

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