Home
last modified time | relevance | path

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

/PHP-8.0/ext/filter/
H A Dfilter.c529 const int copy, zend_long filter_flags in php_filter_call() argument
538 filter_flags = filter_args_long; in php_filter_call()
540 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
552 filter_flags = zval_get_long(option); in php_filter_call()
554 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
566 filter_flags = 0; in php_filter_call()
673 zend_long filter_flags = 0; in PHP_FUNCTION() local
676 filter_flags = filter_args_long; in PHP_FUNCTION()
762 zend_long filter_flags = 0; in PHP_FUNCTION() local
765 filter_flags = op_long; in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds