Welcome Guest, Not a member yet? Register   Sign In
Array Helper
#6

[eluser]xwero[/eluser]
You can, the problem was that i used this test code
Code:
$test = 'array_shift';
$test(array(1,2));
I should have known it doesn't work as
Code:
array_shift(array(1,2));
raises the error
Quote:Fatal error: Only variables can be passed by reference
I will correct it on my blog later, thank you for pointing out my stupidity Wink


Messages In This Thread
Array Helper - by El Forum - 09-26-2008, 09:24 AM
Array Helper - by El Forum - 09-26-2008, 11:12 AM
Array Helper - by El Forum - 09-26-2008, 11:23 AM
Array Helper - by El Forum - 09-26-2008, 09:11 PM
Array Helper - by El Forum - 10-01-2008, 08:29 AM
Array Helper - by El Forum - 10-01-2008, 08:46 AM
Array Helper - by El Forum - 10-01-2008, 12:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB