mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fixing test - see also gcov results
This commit is contained in:
parent
9b334da667
commit
0ab82cecc2
@ -142,8 +142,8 @@ object(myclass)#%d (1) {
|
||||
}
|
||||
|
||||
Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
|
||||
myclass::__construct(PDO shall call __construct())
|
||||
myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
|
||||
myclass::__construct(PDO shall call __construct())
|
||||
object(myclass)#%d (2) {
|
||||
[%u|b%"myprotected":protected]=>
|
||||
%unicode|string%(19) "a protected propery"
|
||||
|
Loading…
Reference in New Issue
Block a user