3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dateTime = new DateTime(); //Format: customer_export_2013-07-30_173612.csv $_filePrefix = 'customer_export_'; $_timestamp = $dateTime->format('Y-m-d_His'); $_hundreths = ($dateTime->format('u') / 1000); var_dump($_hundreths);
Output for git.master
float(3.538)
Output for git.master_jit
float(3.604)
Output for rfc.property-hooks
float(4.019)

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