Test: /ext/standard/tests/array/array_pad_variation7.phpt - Version 5.4.27-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- *** Testing array_pad() : Passing 2-D array to $input argument ***
002- -- Entire 2-d array for $input argument --
003- array(5) {
004- [0]=>
005- array(3) {
006- [0]=>
007- int(1)
008- [1]=>
009- int(2)
010- [2]=>
011- int(3)
012- }
013- [1]=>
014- array(2) {
015- [0]=>
016- string(5) "hello"
017- [1]=>
018- string(5) "world"
019- }
020- [2]=>
021- array(2) {
022- ["one"]=>
023- int(1)
024- ["two"]=>
025- int(2)
026- }
027- [3]=>
028- string(5) "HELLO"
029- [4]=>
030- string(5) "HELLO"
031- }
032- array(5) {
033- [0]=>
034- string(5) "HELLO"
035- [1]=>
036- string(5) "HELLO"
037- [2]=>
038- array(3) {
039- [0]=>
040- int(1)
041- [1]=>
042- int(2)
043- [2]=>
044- int(3)
045- }
046- [3]=>
047- array(2) {
048- [0]=>
049- string(5) "hello"
050- [1]=>
051- string(5) "world"
052- }
053- [4]=>
054- array(2) {
055- ["one"]=>
056- int(1)
057- ["two"]=>
058- int(2)
059- }
060- }
061- -- Sub array for $input argument --
062- array(5) {
063- [0]=>
064- string(5) "hello"
065- [1]=>
066- string(5) "world"
067- [2]=>
068- string(5) "HELLO"
069- [3]=>
070- string(5) "HELLO"
071- [4]=>
072- string(5) "HELLO"
073- }
074- array(5) {
075- [0]=>
076- string(5) "HELLO"
077- [1]=>
078- string(5) "HELLO"
079- [2]=>
080- string(5) "HELLO"
081- [3]=>
082- string(5) "hello"
083- [4]=>
084- string(5) "world"
085- }
086- Done