Test: /ext/standard/tests/array/array_shift_variation8.phpt - Version 7.0.27    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ ** ERROR: process timed out **
001- *** Testing array_shift() : usage variations ***
002-
003- -- Reference result of array_shift: --
004-
005- Notice: Only variables should be assigned by reference in %s on line %d
006- a = 1, b = 2
007-
008- -- Reference first element before array_shift: --
009- a = 2, b = 2
010- Done