uw                                       Mon, 31 May 2010 13:28:15 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299987

Log:
Fixing test - see also gcov results

Changed paths:
    U   
php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
    U   
php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt

Modified: 
php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
        2010-05-31 13:23:09 UTC (rev 299986)
+++ 
php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
        2010-05-31 13:28:15 UTC (rev 299987)
@@ -142,8 +142,8 @@
 }

 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
+myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
 myclass::__construct(PDO shall call __construct())
-myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
 object(myclass)#%d (2) {
   [%u|b%"myprotected":protected]=>
   %unicode|string%(19) "a protected propery"

Modified: 
php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
===================================================================
--- php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt   
2010-05-31 13:23:09 UTC (rev 299986)
+++ php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt   
2010-05-31 13:28:15 UTC (rev 299987)
@@ -142,8 +142,8 @@
 }

 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
+myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
 myclass::__construct(PDO shall call __construct())
-myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
 object(myclass)#%d (2) {
   [%u|b%"myprotected":protected]=>
   %unicode|string%(19) "a protected propery"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to