rasmus                                   Sun, 05 Feb 2012 09:52:41 +0000

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

Log:
Need EXPECTF here, of course

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt
    U   php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt
    U   php/php-src/trunk/ext/openssl/tests/bug47828.phpt

Modified: php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt        
2012-02-05 09:50:14 UTC (rev 323071)
+++ php/php-src/branches/PHP_5_3/ext/openssl/tests/bug47828.phpt        
2012-02-05 09:52:41 UTC (rev 323072)
@@ -35,6 +35,6 @@
 var_dump($arr['hash']);
 echo "Done";
 ?>
---EXPECT--
+--EXPECTF--
 string(8) "%s"
 Done

Modified: php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt        
2012-02-05 09:50:14 UTC (rev 323071)
+++ php/php-src/branches/PHP_5_4/ext/openssl/tests/bug47828.phpt        
2012-02-05 09:52:41 UTC (rev 323072)
@@ -35,6 +35,6 @@
 var_dump($arr['hash']);
 echo "Done";
 ?>
---EXPECT--
+--EXPECTF--
 string(8) "%s"
 Done

Modified: php/php-src/trunk/ext/openssl/tests/bug47828.phpt
===================================================================
--- php/php-src/trunk/ext/openssl/tests/bug47828.phpt   2012-02-05 09:50:14 UTC 
(rev 323071)
+++ php/php-src/trunk/ext/openssl/tests/bug47828.phpt   2012-02-05 09:52:41 UTC 
(rev 323072)
@@ -35,6 +35,6 @@
 var_dump($arr['hash']);
 echo "Done";
 ?>
---EXPECT--
+--EXPECTF--
 string(8) "%s"
 Done

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

Reply via email to