3v4l.org

run code in 300+ PHP versions simultaneously
<?php class NumberToWords { public static $baseNumbers = [ 0 => "zero", 1 => "nje", 2 => "dy", 3 => "tre", 4 => "kater", 5 => "pese", 6 => "gjashte", 7 => "shtate", 8 => "tete", 9 => "nente", 10 => "dhjete", ]; } $a = new NumberToWords; var_dump($a->baseNumbers);
Output for git.master, git.master_jit, rfc.property-hooks
Notice: Accessing static property NumberToWords::$baseNumbers as non static in /in/08vfU on line 22 Warning: Undefined property: NumberToWords::$baseNumbers in /in/08vfU on line 22 NULL

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