diff options
Diffstat (limited to 'ext/intl/tests/resourcebundle.inc')
-rw-r--r-- | ext/intl/tests/resourcebundle.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/tests/resourcebundle.inc b/ext/intl/tests/resourcebundle.inc index 2ec138bb7d..a7727a3ec8 100644 --- a/ext/intl/tests/resourcebundle.inc +++ b/ext/intl/tests/resourcebundle.inc @@ -10,4 +10,3 @@ function debug( $res ) { } return $ret . sprintf( "%5d: %s\n", intl_get_error_code(), intl_get_error_message() ); } - |