Home
last modified time | relevance | path

Searched refs:filter_flags (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.2/ext/filter/
H A Dfilter.c602 filter_flags = lval; in php_filter_call()
604 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
616 filter_flags = zval_get_long(option); in php_filter_call()
618 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
633 filter_flags = 0; in php_filter_call()
668 if (filter_flags & FILTER_FORCE_ARRAY) { in php_filter_call()
743 zend_long filter_flags = 0; in PHP_FUNCTION() local
747 filter_flags = Z_LVAL_P(filter_args); in PHP_FUNCTION()
749 filter_flags = zval_get_long(option); in PHP_FUNCTION()
820 zend_long filter_flags = 0; in PHP_FUNCTION() local
[all …]

Completed in 9 milliseconds