Searched refs:FILTER_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/filter/tests/ |
H A D | 054.phpt | 11 …_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 D | bug53037.phpt | 8 filter_var("", FILTER_DEFAULT), 9 filter_var("", FILTER_DEFAULT, array('flags' => FILTER_FLAG_EMPTY_STRING_NULL))
|
/PHP-8.2/ext/filter/ |
H A D | filter.stub.php | 114 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 D | filter.c | 110 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() 225 if (filter_list[i].id == FILTER_DEFAULT) { in php_find_filter() 255 filter_func = php_find_filter(FILTER_DEFAULT); in php_zval_filter() 584 zend_long fetch_from, filter = FILTER_DEFAULT; in PHP_FUNCTION() 648 zend_long filter = FILTER_DEFAULT; in PHP_FUNCTION() 678 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION() 728 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION()
|
H A D | filter_private.h | 73 #define FILTER_DEFAULT 0x0204 macro
|
H A D | filter_arginfo.h | 84 REGISTER_LONG_CONSTANT("FILTER_DEFAULT", FILTER_DEFAULT, CONST_PERSISTENT); in register_filter_symbols()
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 154 FILTER_DEFAULT = 0, enumerator
|
Completed in 18 milliseconds