Home
last modified time | relevance | path

Searched refs:PHP_INPUT_FILTER_PARAM_DECL (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/filter/
H A Dphp_filter.h74 void php_filter_int(PHP_INPUT_FILTER_PARAM_DECL);
75 void php_filter_boolean(PHP_INPUT_FILTER_PARAM_DECL);
76 void php_filter_float(PHP_INPUT_FILTER_PARAM_DECL);
80 void php_filter_validate_ip(PHP_INPUT_FILTER_PARAM_DECL);
83 void php_filter_string(PHP_INPUT_FILTER_PARAM_DECL);
84 void php_filter_encoded(PHP_INPUT_FILTER_PARAM_DECL);
87 void php_filter_unsafe_raw(PHP_INPUT_FILTER_PARAM_DECL);
88 void php_filter_email(PHP_INPUT_FILTER_PARAM_DECL);
89 void php_filter_url(PHP_INPUT_FILTER_PARAM_DECL);
90 void php_filter_number_int(PHP_INPUT_FILTER_PARAM_DECL);
[all …]
H A Dsanitizing_filters.c179 void php_filter_string(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_string() argument
219 void php_filter_encoded(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_encoded() argument
229 void php_filter_special_chars(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_special_chars() argument
250 void php_filter_full_special_chars(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_full_special_chars() argument
269 void php_filter_unsafe_raw(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_unsafe_raw() argument
304 void php_filter_email(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_email() argument
317 void php_filter_url(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_url() argument
331 void php_filter_number_int(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_number_int() argument
344 void php_filter_number_float(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_number_float() argument
368 void php_filter_magic_quotes(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_magic_quotes() argument
H A Dlogical_filters.c171 void php_filter_int(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_int() argument
237 void php_filter_boolean(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_boolean() argument
306 void php_filter_float(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_float() argument
411 void php_filter_validate_regexp(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_regexp() argument
448 void php_filter_validate_url(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_url() argument
503 void php_filter_validate_email(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_email() argument
671 void php_filter_validate_ip(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_ip() argument
782 void php_filter_validate_mac(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_mac() argument
H A Dcallback_filter.c23 void php_filter_callback(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_callback() argument
H A Dfilter.c37 void (*function)(PHP_INPUT_FILTER_PARAM_DECL);

Completed in 15 milliseconds