Test: /ext/standard/tests/array/array_shift_variation2.phpt - Version 5.4.12-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
021- [2]=>
022- float(1.23456789E-9)
023- [3]=>
024- float(0.5)
025- }
026-
027- -- Iteration 3: null data --
028- NULL
029- array(1) {
030- [0]=>
031- NULL
032- }
033-
034- -- Iteration 4: bool data --
035- bool(true)
036- array(3) {
037- [0]=>
038- bool(false)
039- [1]=>
040- bool(true)
041- [2]=>
042- bool(false)
043- }
044-
045- -- Iteration 5: empty string data --
046- string(0) ""
047- array(1) {
048- [0]=>
049- string(0) ""
050- }
051-
052- -- Iteration 6: empty array data --
053- NULL
054- array(0) {
055- }
056-
057- -- Iteration 7: string data --
058- string(6) "string"
059- array(2) {
060- [0]=>
061- string(6) "string"
062- [1]=>
063- string(11) "hello world"
064- }
065-
066- -- Iteration 8: object data --
067- object(classA)#%d (0) {
068- }
069- array(0) {
070- }
071-
072- -- Iteration 9: undefined data --
073- NULL
074- array(0) {
075- }
076-
077- -- Iteration 10: unset data --
078- NULL
079- array(0) {
080- }
081-
082- -- Iteration 11: resource data --
083- resource(%d) of type (stream)
084- array(0) {
085- }
086- Done