3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰ'; $alphabet_length = strlen($alphabet); $password = ''; $len = 8; for ($i = 0; $i < $len; ++$i) { $password .= $alphabet[ord($random[$i]) % $alphabet_length]; } var_dump($password);
Output for git.master, git.master_jit
Warning: Undefined variable $alphabet in /in/rqDT6 on line 3 Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /in/rqDT6 on line 3 Warning: Undefined variable $random in /in/rqDT6 on line 7 Warning: Trying to access array offset on value of type null in /in/rqDT6 on line 7 Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in /in/rqDT6 on line 7 Fatal error: Uncaught DivisionByZeroError: Modulo by zero in /in/rqDT6:7 Stack trace: #0 {main} thrown in /in/rqDT6 on line 7
Process exited with code 255.
Output for rfc.property-hooks
Warning: Undefined variable $alphabet in /in/rqDT6 on line 3 Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /in/rqDT6 on line 3 Warning: Undefined variable $random in /in/rqDT6 on line 7 Warning: Trying to access array offset on null in /in/rqDT6 on line 7 Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in /in/rqDT6 on line 7 Fatal error: Uncaught DivisionByZeroError: Modulo by zero in /in/rqDT6:7 Stack trace: #0 {main} thrown in /in/rqDT6 on line 7
Process exited with code 255.

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