Home
last modified time | relevance | path

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

/PHP-8.1/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.1/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 {}
12 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)…
15 function filter_var_array(array $array, array|int $options = FILTER_DEFAULT, bool $add_empty = true…
H A Dfilter.c110 if (IF_G(default_filter) != FILTER_DEFAULT) { in ZEND_GET_MODULE()
117 IF_G(default_filter) = FILTER_DEFAULT; in ZEND_GET_MODULE()
152 filter_globals->default_filter = FILTER_DEFAULT; in PHP_INI_END()
190 REGISTER_LONG_CONSTANT("FILTER_DEFAULT", FILTER_DEFAULT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
292 if (filter_list[i].id == FILTER_DEFAULT) { in php_find_filter()
322 filter_func = php_find_filter(FILTER_DEFAULT); in php_zval_filter()
651 zend_long fetch_from, filter = FILTER_DEFAULT; in PHP_FUNCTION()
715 zend_long filter = FILTER_DEFAULT; in PHP_FUNCTION()
745 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION()
795 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION()
H A Dfilter_private.h72 #define FILTER_DEFAULT 0x0204 macro
/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c154 FILTER_DEFAULT = 0, enumerator

Completed in 24 milliseconds