Home
last modified time | relevance | path

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

/php-src/ext/filter/
H A Dfilter.c461 const int copy, zend_long filter_flags in php_filter_call() argument
470 filter_flags = filter_args_long; in php_filter_call()
472 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
473 filter_flags |= FILTER_REQUIRE_SCALAR; in php_filter_call()
490 filter_flags = 0; in php_filter_call()
495 filter_flags = zval_get_long(option); in php_filter_call()
497 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
527 if (filter_flags & FILTER_FORCE_ARRAY) { in php_filter_call()
605 zend_long filter_flags = 0; in PHP_FUNCTION() local
608 filter_flags = filter_args_long; in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds