Home
last modified time | relevance | path

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

/php-src/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 D012.phpt12 var_dump(filter_input(INPUT_GET, "test", FILTER_DEFAULT, FILTER_NULL_ON_FAILURE));
13 var_dump(filter_input(INPUT_POST, "test", FILTER_DEFAULT, FILTER_NULL_ON_FAILURE));
14 var_dump(filter_input(INPUT_COOKIE, "", FILTER_DEFAULT, FILTER_NULL_ON_FAILURE));
H A Dbug53037.phpt8 filter_var("", FILTER_DEFAULT),
9 filter_var("", FILTER_DEFAULT, array('flags' => FILTER_FLAG_EMPTY_STRING_NULL))
/php-src/ext/filter/
H A Dfilter.stub.php114 const FILTER_DEFAULT = UNKNOWN; define
299 function filter_input(int $type, string $var_name, int $filter = FILTER_DEFAULT, array|int $options…
301 function filter_var(mixed $value, int $filter = FILTER_DEFAULT, array|int $options = 0): mixed {}
304 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)…
307 function filter_var_array(array $array, array|int $options = FILTER_DEFAULT, bool $add_empty = true…
H A Dfilter.c106 if (IF_G(default_filter) != FILTER_DEFAULT) { in ZEND_GET_MODULE()
113 IF_G(default_filter) = FILTER_DEFAULT; in ZEND_GET_MODULE()
148 filter_globals->default_filter = FILTER_DEFAULT; in PHP_INI_END()
219 if (filter_list[i].id == FILTER_DEFAULT) { in php_find_filter()
249 filter_func = php_find_filter(FILTER_DEFAULT); in php_zval_filter()
578 zend_long fetch_from, filter = FILTER_DEFAULT; in PHP_FUNCTION()
642 zend_long filter = FILTER_DEFAULT; in PHP_FUNCTION()
672 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION()
706 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION()
H A Dfilter_private.h73 #define FILTER_DEFAULT 0x0204 macro
H A Dfilter_arginfo.h82 REGISTER_LONG_CONSTANT("FILTER_DEFAULT", FILTER_DEFAULT, CONST_PERSISTENT); in register_filter_symbols()
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c144 FILTER_DEFAULT = 0, enumerator

Completed in 42 milliseconds