Home
last modified time | relevance | path

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

/PHP-7.4/ext/filter/
H A Dphp_filter.h75 void php_filter_int(PHP_INPUT_FILTER_PARAM_DECL);
76 void php_filter_boolean(PHP_INPUT_FILTER_PARAM_DECL);
77 void php_filter_float(PHP_INPUT_FILTER_PARAM_DECL);
82 void php_filter_validate_ip(PHP_INPUT_FILTER_PARAM_DECL);
85 void php_filter_string(PHP_INPUT_FILTER_PARAM_DECL);
86 void php_filter_encoded(PHP_INPUT_FILTER_PARAM_DECL);
89 void php_filter_unsafe_raw(PHP_INPUT_FILTER_PARAM_DECL);
90 void php_filter_email(PHP_INPUT_FILTER_PARAM_DECL);
91 void php_filter_url(PHP_INPUT_FILTER_PARAM_DECL);
92 void php_filter_number_int(PHP_INPUT_FILTER_PARAM_DECL);
[all …]
H A Dsanitizing_filters.c181 void php_filter_string(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_string() argument
225 void php_filter_encoded(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_encoded() argument
235 void php_filter_special_chars(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_special_chars() argument
256 void php_filter_full_special_chars(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_full_special_chars() argument
273 void php_filter_unsafe_raw(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_unsafe_raw() argument
306 void php_filter_email(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_email() argument
319 void php_filter_url(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_url() argument
333 void php_filter_number_int(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_number_int() argument
346 void php_filter_number_float(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_number_float() argument
370 void php_filter_add_slashes(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_add_slashes() argument
[all …]
H A Dcallback_filter.c21 void php_filter_callback(PHP_INPUT_FILTER_PARAM_DECL) in php_filter_callback() argument
H A Dlogical_filters.c198 void php_filter_int(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_int() argument
264 void php_filter_boolean(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_boolean() argument
333 void php_filter_float(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_float() argument
463 void php_filter_validate_regexp(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_regexp() argument
550 void php_filter_validate_domain(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_domain() argument
574 void php_filter_validate_url(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_url() argument
647 void php_filter_validate_email(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_email() argument
863 void php_filter_validate_ip(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_ip() argument
948 void php_filter_validate_mac(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ in php_filter_validate_mac() argument
H A Dfilter.c35 void (*function)(PHP_INPUT_FILTER_PARAM_DECL);

Completed in 13 milliseconds