Skip to content

Commit 1cf78d3

Browse files
committed
test moar
1 parent 5ab1f35 commit 1cf78d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Zend/zend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+

Zend/zend_vm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Dmitry Stogov <[email protected]> |
1616
+----------------------------------------------------------------------+
17-
*/
17+
*/
1818

1919
#ifndef ZEND_VM_H
2020
#define ZEND_VM_H

ext/filter/php_filter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ZEND_TSRMLS_CACHE_EXTERN()
5656
#define IF_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(filter, v)
5757

5858
#define PHP_INPUT_FILTER_PARAM_DECL zval *value, zend_long flags, zval *option_array, char *charset
59-
void php_filter_int(PHP_INPUT_FILTER_PARAM_DECL);
59+
void php_filter_intl(PHP_INPUT_FILTER_PARAM_DECL);
6060
void php_filter_boolean(PHP_INPUT_FILTER_PARAM_DECL);
6161
void php_filter_float(PHP_INPUT_FILTER_PARAM_DECL);
6262
void php_filter_validate_regexp(PHP_INPUT_FILTER_PARAM_DECL);

0 commit comments

Comments
 (0)