tony2001 Mon May 7 12:09:14 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8/tests pecl_bug10194_blob.phpt pecl_bug10194.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/pecl_bug10194_blob.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/oci8/tests/pecl_bug10194_blob.phpt diff -u php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.1.2.2 php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.1.2.3 --- php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.1.2.2 Thu Mar 29 09:33:04 2007 +++ php-src/ext/oci8/tests/pecl_bug10194_blob.phpt Mon May 7 12:09:14 2007 @@ -44,4 +44,4 @@ echo "Done\n"; ?> --EXPECTF-- -Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d +Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/pecl_bug10194.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/oci8/tests/pecl_bug10194.phpt diff -u php-src/ext/oci8/tests/pecl_bug10194.phpt:1.1.2.2 php-src/ext/oci8/tests/pecl_bug10194.phpt:1.1.2.3 --- php-src/ext/oci8/tests/pecl_bug10194.phpt:1.1.2.2 Thu Mar 29 09:33:03 2007 +++ php-src/ext/oci8/tests/pecl_bug10194.phpt Mon May 7 12:09:14 2007 @@ -44,4 +44,4 @@ echo "Done\n"; ?> --EXPECTF-- -Fatal error: Allowed memory size of 10485760 bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d +Fatal error: Allowed memory size of 10485760 bytes exhausted%s(tried to allocate %d bytes) in %s on line %d
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php