Skip to content

Commit 0960a20

Browse files
committed
PHPC-2037: Remove vim modeline comments
1 parent fc358d6 commit 0960a20

File tree

93 files changed

+0
-837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+0
-837
lines changed

php_phongo.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,3 @@ zend_module_entry mongodb_module_entry = {
564564
#ifdef COMPILE_DL_MONGODB
565565
ZEND_GET_MODULE(mongodb)
566566
#endif
567-
568-
/*
569-
* Local variables:
570-
* tab-width: 4
571-
* c-basic-offset: 4
572-
* End:
573-
* vim600: noet sw=4 ts=4 fdm=marker
574-
* vim<600: noet sw=4 ts=4
575-
*/

php_phongo.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,3 @@ PHP_FUNCTION(MongoDB_disabled___construct);
115115
PHP_FUNCTION(MongoDB_disabled___wakeup);
116116

117117
#endif /* PHONGO_H */
118-
119-
/*
120-
* Local variables:
121-
* tab-width: 4
122-
* c-basic-offset: 4
123-
* End:
124-
* vim600: noet sw=4 ts=4 fdm=marker
125-
* vim<600: noet sw=4 ts=4
126-
*/

src/BSON/Binary.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,3 @@ void php_phongo_binary_init_ce(INIT_FUNC_ARGS) /* {{{ */
475475
zend_declare_class_constant_long(php_phongo_binary_ce, ZEND_STRL("TYPE_COLUMN"), BSON_SUBTYPE_COLUMN);
476476
zend_declare_class_constant_long(php_phongo_binary_ce, ZEND_STRL("TYPE_USER_DEFINED"), BSON_SUBTYPE_USER);
477477
} /* }}} */
478-
479-
/*
480-
* Local variables:
481-
* tab-width: 4
482-
* c-basic-offset: 4
483-
* End:
484-
* vim600: noet sw=4 ts=4 fdm=marker
485-
* vim<600: noet sw=4 ts=4
486-
*/

src/BSON/BinaryInterface.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,3 @@ void php_phongo_binary_interface_init_ce(INIT_FUNC_ARGS) /* {{{ */
4444
INIT_NS_CLASS_ENTRY(ce, "MongoDB\\BSON", "BinaryInterface", php_phongo_binary_interface_me);
4545
php_phongo_binary_interface_ce = zend_register_internal_interface(&ce);
4646
} /* }}} */
47-
48-
/*
49-
* Local variables:
50-
* tab-width: 4
51-
* c-basic-offset: 4
52-
* End:
53-
* vim600: noet sw=4 ts=4 fdm=marker
54-
* vim<600: noet sw=4 ts=4
55-
*/

src/BSON/DBPointer.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,3 @@ void php_phongo_dbpointer_init_ce(INIT_FUNC_ARGS) /* {{{ */
368368
php_phongo_handler_dbpointer.free_obj = php_phongo_dbpointer_free_object;
369369
php_phongo_handler_dbpointer.offset = XtOffsetOf(php_phongo_dbpointer_t, std);
370370
} /* }}} */
371-
372-
/*
373-
* Local variables:
374-
* tab-width: 4
375-
* c-basic-offset: 4
376-
* End:
377-
* vim600: noet sw=4 ts=4 fdm=marker
378-
* vim<600: noet sw=4 ts=4
379-
*/

src/BSON/Decimal128.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -384,12 +384,3 @@ void php_phongo_decimal128_init_ce(INIT_FUNC_ARGS) /* {{{ */
384384
php_phongo_handler_decimal128.free_obj = php_phongo_decimal128_free_object;
385385
php_phongo_handler_decimal128.offset = XtOffsetOf(php_phongo_decimal128_t, std);
386386
} /* }}} */
387-
388-
/*
389-
* Local variables:
390-
* tab-width: 4
391-
* c-basic-offset: 4
392-
* End:
393-
* vim600: noet sw=4 ts=4 fdm=marker
394-
* vim<600: noet sw=4 ts=4
395-
*/

src/BSON/Decimal128Interface.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,3 @@ void php_phongo_decimal128_interface_init_ce(INIT_FUNC_ARGS) /* {{{ */
3939
INIT_NS_CLASS_ENTRY(ce, "MongoDB\\BSON", "Decimal128Interface", php_phongo_decimal128_interface_me);
4040
php_phongo_decimal128_interface_ce = zend_register_internal_interface(&ce);
4141
} /* }}} */
42-
43-
/*
44-
* Local variables:
45-
* tab-width: 4
46-
* c-basic-offset: 4
47-
* End:
48-
* vim600: noet sw=4 ts=4 fdm=marker
49-
* vim<600: noet sw=4 ts=4
50-
*/

src/BSON/Int64.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -344,12 +344,3 @@ void php_phongo_int64_init_ce(INIT_FUNC_ARGS) /* {{{ */
344344
php_phongo_handler_int64.free_obj = php_phongo_int64_free_object;
345345
php_phongo_handler_int64.offset = XtOffsetOf(php_phongo_int64_t, std);
346346
} /* }}} */
347-
348-
/*
349-
* Local variables:
350-
* tab-width: 4
351-
* c-basic-offset: 4
352-
* End:
353-
* vim600: noet sw=4 ts=4 fdm=marker
354-
* vim<600: noet sw=4 ts=4
355-
*/

src/BSON/Javascript.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -518,12 +518,3 @@ void php_phongo_javascript_init_ce(INIT_FUNC_ARGS) /* {{{ */
518518
php_phongo_handler_javascript.free_obj = php_phongo_javascript_free_object;
519519
php_phongo_handler_javascript.offset = XtOffsetOf(php_phongo_javascript_t, std);
520520
} /* }}} */
521-
522-
/*
523-
* Local variables:
524-
* tab-width: 4
525-
* c-basic-offset: 4
526-
* End:
527-
* vim600: noet sw=4 ts=4 fdm=marker
528-
* vim<600: noet sw=4 ts=4
529-
*/

src/BSON/JavascriptInterface.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,3 @@ void php_phongo_javascript_interface_init_ce(INIT_FUNC_ARGS) /* {{{ */
4444
INIT_NS_CLASS_ENTRY(ce, "MongoDB\\BSON", "JavascriptInterface", php_phongo_javascript_interface_me);
4545
php_phongo_javascript_interface_ce = zend_register_internal_interface(&ce);
4646
} /* }}} */
47-
48-
/*
49-
* Local variables:
50-
* tab-width: 4
51-
* c-basic-offset: 4
52-
* End:
53-
* vim600: noet sw=4 ts=4 fdm=marker
54-
* vim<600: noet sw=4 ts=4
55-
*/

0 commit comments

Comments
 (0)