qzwbqkz / ganon

Automatically exported from code.google.com/p/ganon
0 stars 0 forks source link

Some notices with E_NOTICE #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What will reproduce the problem?
Turn on error_reporting(E_ALL);

What is the expected output? What do you see instead?
It shouldn't kick up any warnings, but it kicks these up:

Notice: Uninitialized string offset: 1 in /mnt/..../ganon.php on line 2086

Notice: Uninitialized string offset: 1 in /mnt/..../ganon.php on line 2086

Which version are you using?
 * Ganon single file version - PHP5+ version
 * Generated on 24 Mar 2012

Please provide any additional information below.

That's it! Thanks for the great library. :-)

Original issue reported on code.google.com by Tou...@gmail.com on 10 Sep 2012 at 4:09

GoogleCodeExporter commented 8 years ago
Sorry it took so long, but I believe I found all the "Uninitialized string 
offset" warnings. Should be fixed in the next release!
If you find more warnings, please create a new issue.

Original comment by niels....@gmail.com on 19 Oct 2012 at 5:25