3v4l.org

run code in 300+ PHP versions simultaneously
<?php function usercolor( $username ) { $range = 192 - 64; $factor = $range / 256; $offset = 64; $base_hash = substr(md5($username), 0, 6); $b_R = hexdec(substr($base_hash,0,2)); $b_G = hexdec(substr($base_hash,2,2)); $b_B = hexdec(substr($base_hash,4,2)); $f_R = floor((floor($b_R * $factor) + $offset) / 16) * COL_STEP; $f_G = floor((floor($b_G * $factor) + $offset) / 16) * COL_STEP; $f_B = floor((floor($b_B * $factor) + $offset) / 16) * COL_STEP; return printf('#%02x%02x%02x', $f_R, $f_G, $f_B); } for( $i=0; $i<30; $i++ ) { printf('<div style="height: 100px; width: 100px; background-color: %s">&nbsp;</div>'."\n", usercolor(rand())); }
Output for 7.1.0 - 7.1.7
Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Warning: A non-numeric value encountered in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Warning: A non-numeric value encountered in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 Warning: A non-numeric value encountered in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div>
Output for 4.3.7 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20
Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: 7">&nbsp;</div>
Output for 4.3.0 - 4.3.6
Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div> Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 14 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 15 Notice: Use of undefined constant COL_STEP - assumed 'COL_STEP' in /in/gRnbW on line 16 #000000<div style="height: 100px; width: 100px; background-color: ">&nbsp;</div>

preferences:
203.52 ms | 425 KiB | 173 Q