3v4l.org

run code in 300+ PHP versions simultaneously
<?php $autocollant_total_ht_lot10 = null; $autocollant_total_ht_custom = "1,000"; //if you switch the variable assignment above you will see it behaves as expected. $euro = "€"; if (isset($autocollant_total_ht_custom)) { echo $autocollant_total_ht_custom . " " .$euro; } //notice this doesnt output anything because it isnt set if (isset($autocollant_total_ht_lot10)) { echo $autocollant_total_ht_lot10. " " .$euro; }
Output for git.master, git.master_jit, rfc.property-hooks
1,000 €

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