Test: /ext/pdo_pgsql/tests/copy_from.phpt - Version 5.5.0-dev    

There is 1 diff reported by users for this test.

Count Diff
307 (100%)
135+ Aborted
135- bool(false)
136- Testing pgsqlCopyFromFile() with default parameters
137- bool(true)
138- array(6) {
139- ["a"]=>
140- int(0)
141- [0]=>
142- int(0)
143- ["b"]=>
144- string(13) "test insert 0"
145- [1]=>
146- string(13) "test insert 0"
147- ["c"]=>
148- NULL
149- [2]=>
150- NULL
151- }
152- array(6) {
153- ["a"]=>
154- int(1)
155- [0]=>
156- int(1)
157- ["b"]=>
158- string(13) "test insert 1"
159- [1]=>
160- string(13) "test insert 1"
161- ["c"]=>
162- NULL
163- [2]=>
164- NULL
165- }
166- array(6) {
167- ["a"]=>
168- int(2)
169- [0]=>
170- int(2)
171- ["b"]=>
172- string(13) "test insert 2"
173- [1]=>
174- string(13) "test insert 2"
175- ["c"]=>
176- NULL
177- [2]=>
178- NULL
179- }
180- Testing pgsqlCopyFromFile() with different field separator and not null indicator
181- bool(true)
182- array(6) {
183- ["a"]=>
184- int(0)
185- [0]=>
186- int(0)
187- ["b"]=>
188- string(13) "test insert 0"
189- [1]=>
190- string(13) "test insert 0"
191- ["c"]=>
192- NULL
193- [2]=>
194- NULL
195- }
196- array(6) {
197- ["a"]=>
198- int(1)
199- [0]=>
200- int(1)
201- ["b"]=>
202- string(13) "test insert 1"
203- [1]=>
204- string(13) "test insert 1"
205- ["c"]=>
206- NULL
207- [2]=>
208- NULL
209- }
210- array(6) {
211- ["a"]=>
212- int(2)
213- [0]=>
214- int(2)
215- ["b"]=>
216- string(13) "test insert 2"
217- [1]=>
218- string(13) "test insert 2"
219- ["c"]=>
220- NULL
221- [2]=>
222- NULL
223- }
224- Testing pgsqlCopyFromFile() with only selected fields
225- bool(true)
226- array(6) {
227- ["a"]=>
228- int(0)
229- [0]=>
230- int(0)
231- ["b"]=>
232- NULL
233- [1]=>
234- NULL
235- ["c"]=>
236- NULL
237- [2]=>
238- NULL
239- }
240- array(6) {
241- ["a"]=>
242- int(1)
243- [0]=>
244- int(1)
245- ["b"]=>
246- NULL
247- [1]=>
248- NULL
249- ["c"]=>
250- NULL
251- [2]=>
252- NULL
253- }
254- array(6) {
255- ["a"]=>
256- int(2)
257- [0]=>
258- int(2)
259- ["b"]=>
260- NULL
261- [1]=>
262- NULL
263- ["c"]=>
264- NULL
265- [2]=>
266- NULL
267- }
268- Testing pgsqlCopyFromFile() with error
269- bool(false)