--TEST-- Test array_shift() function : usage variations - call recursively --FILE-- --EXPECTF-- *** Testing array_shift() : usage variations *** -- Incorrect Method: -- Notice: Only variables should be passed by reference in %s on line %d Notice: Only variables should be passed by reference in %s on line %d string(4) "zero" -- Correct Method: -- string(4) "zero" Done