pajoye Tue, 06 Sep 2011 06:42:11 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316212
Log:
- add skipif
Changed paths:
U php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt
U php/php-src/trunk/ext/iconv/tests/bug52211.phpt
Modified: php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt 2011-09-06
06:34:36 UTC (rev 316211)
+++ php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt 2011-09-06
06:42:11 UTC (rev 316212)
@@ -1,5 +1,8 @@
--TEST--
Bug #52211 (iconv() returns part of string on error)
+<?php
+include('skipif.inc');
+?>
--FILE--
<?php
Modified: php/php-src/trunk/ext/iconv/tests/bug52211.phpt
===================================================================
--- php/php-src/trunk/ext/iconv/tests/bug52211.phpt 2011-09-06 06:34:36 UTC
(rev 316211)
+++ php/php-src/trunk/ext/iconv/tests/bug52211.phpt 2011-09-06 06:42:11 UTC
(rev 316212)
@@ -1,5 +1,8 @@
--TEST--
Bug #52211 (iconv() returns part of string on error)
+<?php
+include('skipif.inc');
+?>
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php