Home
last modified time | relevance | path

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

/PHP-5.3/ext/filter/
H A Dfilter.c617 filter_flags = lval; in php_filter_call()
619 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
620 filter_flags |= FILTER_REQUIRE_SCALAR; in php_filter_call()
633 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
634 filter_flags |= FILTER_REQUIRE_SCALAR; in php_filter_call()
645 filter_flags = 0; in php_filter_call()
680 if (filter_flags & FILTER_FORCE_ARRAY) { in php_filter_call()
770 long filter_flags = 0; in PHP_FUNCTION() local
774 filter_flags = Z_LVAL_PP(filter_args); in PHP_FUNCTION()
851 long filter_flags = 0; in PHP_FUNCTION() local
[all …]

Completed in 7 milliseconds