Home
last modified time | relevance | path

Searched refs:FILTER_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/filter/tests/
H A D054.phpt11 …_array($data, array('foo' => array('filter' => FILTER_DEFAULT), 'bar' => array('filter' => FILTER_…
12 …_array($data, array('foo' => array('filter' => FILTER_DEFAULT), 'bar' => array('filter' => FILTER_…
H A Dbug53037.phpt8 filter_var("", FILTER_DEFAULT),
9 filter_var("", FILTER_DEFAULT, array('flags' => FILTER_FLAG_EMPTY_STRING_NULL))
/PHP-8.0/ext/filter/
H A Dfilter.stub.php7 function filter_input(int $type, string $var_name, int $filter = FILTER_DEFAULT, array|int $options…
9 function filter_var(mixed $value, int $filter = FILTER_DEFAULT, array|int $options = 0): mixed {}
11 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)…
13 function filter_var_array(array $array, array|int $options = FILTER_DEFAULT, bool $add_empty = true…
H A Dfilter.c114 IF_G(default_filter) = FILTER_DEFAULT; in ZEND_GET_MODULE()
149 filter_globals->default_filter = FILTER_DEFAULT; in PHP_INI_END()
187 REGISTER_LONG_CONSTANT("FILTER_DEFAULT", FILTER_DEFAULT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
289 if (filter_list[i].id == FILTER_DEFAULT) { in php_find_filter()
319 filter_func = php_find_filter(FILTER_DEFAULT); in php_zval_filter()
648 zend_long fetch_from, filter = FILTER_DEFAULT; in PHP_FUNCTION()
712 zend_long filter = FILTER_DEFAULT; in PHP_FUNCTION()
742 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION()
792 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION()
H A Dfilter_private.h72 #define FILTER_DEFAULT 0x0204 macro
/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c155 FILTER_DEFAULT = 0, enumerator

Completed in 26 milliseconds