HELP ME
#9

PHP код:
Accessing element at index 17 past array upper bound 16

example
:
new 
test[12];

test[0] = 0//ok
test[1] = 0;
...
test[11] = 0//ok
test[12] = 0//crash

look
new test[12]; //variable test has 12 indexes
//indexes: 0, 1, 2, ..., 11 
Reply


Messages In This Thread
HELP ME - by Furqan - 27.10.2015, 17:22
Re: HELP ME - by AbyssMorgan - 27.10.2015, 18:02
Re: HELP ME - by rinori - 27.10.2015, 18:47
Re: HELP ME - by Furqan - 27.10.2015, 19:17
Re: HELP ME - by Mauzen - 27.10.2015, 19:31
Re: HELP ME - by Furqan - 27.10.2015, 20:14
Re: HELP ME - by Furqan - 27.10.2015, 20:18
Re: HELP ME - by rinori - 28.10.2015, 18:38
Re: HELP ME - by AbyssMorgan - 28.10.2015, 18:54

Forum Jump:


Users browsing this thread: 3 Guest(s)