Test: /ext/pgsql/tests/80_bug24499.phpt - Version 5.6.27RC1        

Bug #24499 Notice: Undefined property: stdClass::
Submitted: 2003-07-04 11:35:57 Modified: 2003-07-21 07:13:38
From: wks Assigned: helly
Status: Closed Package: Scripting Engine problem
PHP Version: 5.0.0b1 (beta1) OS: *

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- Array
002- (
003- [0] => 1
004- [id] => 1
005- )
006- Array
007- (
008- [0] => 2
009- [id] => 2
010- )
011- object(stdClass)#%d (1) {
012- ["id"]=>
013- string(1) "3"
014- }
015- string(1) "3"
016- Done