mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
MFB filter defines
This commit is contained in:
parent
b85eb277fc
commit
2f537ad0ff
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
||||||
#define PARSE_GET 1
|
#define PARSE_GET 1
|
||||||
#define PARSE_COOKIE 2
|
#define PARSE_COOKIE 2
|
||||||
#define PARSE_STRING 3
|
#define PARSE_STRING 3
|
||||||
|
#define PARSE_ENV 4
|
||||||
|
#define PARSE_SERVER 5
|
||||||
|
#define PARSE_SESSION 6
|
||||||
|
|
||||||
BEGIN_EXTERN_C()
|
BEGIN_EXTERN_C()
|
||||||
void php_treat_data(int arg, char *str, zval* destArray TSRMLS_DC);
|
void php_treat_data(int arg, char *str, zval* destArray TSRMLS_DC);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue