Searched refs:FILTER_DEFAULT (Results 1 – 8 of 8) sorted by relevance
/php-src/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 | 012.phpt | 12 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 D | bug53037.phpt | 8 filter_var("", FILTER_DEFAULT), 9 filter_var("", FILTER_DEFAULT, array('flags' => FILTER_FLAG_EMPTY_STRING_NULL))
|
/php-src/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 | 108 if (IF_G(default_filter) != FILTER_DEFAULT) { in ZEND_GET_MODULE() 115 IF_G(default_filter) = FILTER_DEFAULT; in ZEND_GET_MODULE() 150 filter_globals->default_filter = FILTER_DEFAULT; in PHP_INI_END() 221 if (filter_list[i].id == FILTER_DEFAULT) { in php_find_filter() 251 filter_func = php_find_filter(FILTER_DEFAULT); in php_zval_filter() 580 zend_long fetch_from, filter = FILTER_DEFAULT; in PHP_FUNCTION() 644 zend_long filter = FILTER_DEFAULT; in PHP_FUNCTION() 674 zend_long op_long = FILTER_DEFAULT; in PHP_FUNCTION() 708 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 | 82 REGISTER_LONG_CONSTANT("FILTER_DEFAULT", FILTER_DEFAULT, CONST_PERSISTENT); in register_filter_symbols()
|
/php-src/ext/gd/libgd/ |
H A D | gd_interpolation.c | 144 FILTER_DEFAULT = 0, enumerator
|
Completed in 25 milliseconds