summaryrefslogtreecommitdiff
path: root/ext/intl/formatter
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/formatter')
-rw-r--r--ext/intl/formatter/formatter.c9
-rw-r--r--ext/intl/formatter/formatter_attr.c9
-rw-r--r--ext/intl/formatter/formatter_class.c9
-rw-r--r--ext/intl/formatter/formatter_data.c9
-rw-r--r--ext/intl/formatter/formatter_format.c9
-rw-r--r--ext/intl/formatter/formatter_main.c9
-rw-r--r--ext/intl/formatter/formatter_parse.c9
7 files changed, 0 insertions, 63 deletions
diff --git a/ext/intl/formatter/formatter.c b/ext/intl/formatter/formatter.c
index 76db688aeb..0ccd4b5cbe 100644
--- a/ext/intl/formatter/formatter.c
+++ b/ext/intl/formatter/formatter.c
@@ -132,12 +132,3 @@ void formatter_register_constants( INIT_FUNC_ARGS )
#undef FORMATTER_EXPOSE_CONST
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */
diff --git a/ext/intl/formatter/formatter_attr.c b/ext/intl/formatter/formatter_attr.c
index f6aa8d0d7e..b04c33eaad 100644
--- a/ext/intl/formatter/formatter_attr.c
+++ b/ext/intl/formatter/formatter_attr.c
@@ -446,12 +446,3 @@ PHP_FUNCTION( numfmt_get_locale )
RETURN_STRING(loc);
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */
diff --git a/ext/intl/formatter/formatter_class.c b/ext/intl/formatter/formatter_class.c
index 0b1066f29c..ad39f39392 100644
--- a/ext/intl/formatter/formatter_class.c
+++ b/ext/intl/formatter/formatter_class.c
@@ -191,12 +191,3 @@ void formatter_register_class( void )
NumberFormatter_handlers.free_obj = NumberFormatter_object_free;
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */
diff --git a/ext/intl/formatter/formatter_data.c b/ext/intl/formatter/formatter_data.c
index 46b94ad4ea..fec5320988 100644
--- a/ext/intl/formatter/formatter_data.c
+++ b/ext/intl/formatter/formatter_data.c
@@ -61,12 +61,3 @@ formatter_data* formatter_data_create( void )
return nf_data;
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */
diff --git a/ext/intl/formatter/formatter_format.c b/ext/intl/formatter/formatter_format.c
index f3253dcdb2..05ef6789ef 100644
--- a/ext/intl/formatter/formatter_format.c
+++ b/ext/intl/formatter/formatter_format.c
@@ -193,12 +193,3 @@ PHP_FUNCTION( numfmt_format_currency )
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */
diff --git a/ext/intl/formatter/formatter_main.c b/ext/intl/formatter/formatter_main.c
index 0565c7b9e5..a4671c093a 100644
--- a/ext/intl/formatter/formatter_main.c
+++ b/ext/intl/formatter/formatter_main.c
@@ -157,12 +157,3 @@ PHP_FUNCTION( numfmt_get_error_message )
RETURN_STR(message);
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */
diff --git a/ext/intl/formatter/formatter_parse.c b/ext/intl/formatter/formatter_parse.c
index 4ee14b3ce3..a2a20f147d 100644
--- a/ext/intl/formatter/formatter_parse.c
+++ b/ext/intl/formatter/formatter_parse.c
@@ -175,12 +175,3 @@ PHP_FUNCTION( numfmt_parse_currency )
RETVAL_DOUBLE( number );
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */