import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-array / array_shift_variation8.php.expectf
blob5967fb4df624ff48997417d3e9d3159a724ed037
1 *** Testing array_shift() : usage variations ***
3 -- Reference result of array_shift: --
5 Strict Standards: Only variables should be assigned by reference in hphp/test/zend/bad/ext-standard-array/array_shift_variation8.phpt on line %d
6 a = 1, b = 2
8 -- Reference first element before array_shift: --
9 a = 2, b = 2
10 Done