Hey programmers, for all of you who has php locally or accessable installed, please check out this code:
substr('<html></html>',0,3);
substr('<html',0,100);
On my windows 7 ultimate 32-bit, PHP version 5.3.0 does NOT return any value at all.
It seems when < is included in the string, and the...