3v4l.org

run code in 300+ PHP versions simultaneously
<?php function random_string($charCount = 8, $mode = 0, $capsOnly = 0) { /* 0 = alphanumeric 1 = letters only 2 = numbers only */ $chars_alpha_cap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; $chars_alpha_low = 'abcdefghijklmnopqrstuvwxyz'; $chars_num = '0123456789'; if ($capsonly) { $characters_a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; } switch ($mode) { case 1: $chars = $chars_alpha_cap . $chars_alpha_low; break; case 2: $chars = $chars_num; break; default: $chars = $chars_alpha_cap . $chars_alpha_low . $chars_num; } for ($i = 0; $i < $charCount; $i++) { $rand .= $chars[mt_rand(0, strlen($characters) - 1)]; } return $rand; } echo random_string(32,0,0);
Output for 5.4.5 - 5.4.45, 5.5.0 - 5.5.35, 5.6.0 - 5.6.21, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.13, 7.3.0 - 7.3.1
Notice: Undefined variable: capsonly in /in/gLT1d on line 10 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: rand in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occurred in /in/gLT1d on line 26 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Output for 5.4.0 - 5.4.4
Notice: Undefined variable: capsonly in /in/gLT1d on line 10 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: rand in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: String offset cast occured in /in/gLT1d on line 26 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Output for 5.3.4 - 5.3.29
Notice: Undefined variable: capsonly in /in/gLT1d on line 10 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: rand in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Warning: mt_rand(): max(-1) is smaller than min(0) in /in/gLT1d on line 26 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.3
Notice: Undefined variable: capsonly in /in/gLT1d on line 10 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: rand in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: capsonly in /in/gLT1d on line 10 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: rand in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 Notice: Undefined variable: characters in /in/gLT1d on line 26 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

preferences:
230.21 ms | 410 KiB | 221 Q