3v4l.org

run code in 300+ PHP versions simultaneously
<?php $account_numbers = ["1234567890","12345678901234567890","1234567890123"]; $utility_id = 1; foreach ($account_numbers as $accountNumber) { //$customerNumber = str_pad($utility_id, 3, "0", STR_PAD_RIGHT); $hexnum = hexdec(md5($accountNumber)); $smallnum = $hexnum % 10; echo $smallnum . $PHP_EOL; }
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
Deprecated: Implicit conversion from float 3.0842214920312842E+38 to int loses precision in /in/6hJTI on line 8 Warning: Undefined variable $PHP_EOL in /in/6hJTI on line 9 0 Deprecated: Implicit conversion from float 3.369899269834996E+38 to int loses precision in /in/6hJTI on line 8 Warning: Undefined variable $PHP_EOL in /in/6hJTI on line 9 0 Deprecated: Implicit conversion from float 3.1697201869177758E+38 to int loses precision in /in/6hJTI on line 8 Warning: Undefined variable $PHP_EOL in /in/6hJTI on line 9 0
Output for 8.0.0 - 8.0.30
Warning: Undefined variable $PHP_EOL in /in/6hJTI on line 9 0 Warning: Undefined variable $PHP_EOL in /in/6hJTI on line 9 0 Warning: Undefined variable $PHP_EOL in /in/6hJTI on line 9 0
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.5 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: PHP_EOL in /in/6hJTI on line 9 0 Notice: Undefined variable: PHP_EOL in /in/6hJTI on line 9 0 Notice: Undefined variable: PHP_EOL in /in/6hJTI on line 9 0
Output for 7.3.32 - 7.3.33
000

preferences:
198.64 ms | 401 KiB | 196 Q