Home
last modified time | relevance | path

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

/PHP-7.4/ext/filter/
H A Dfilter.c607 filter_flags = lval; in php_filter_call()
609 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
621 filter_flags = zval_get_long(option); in php_filter_call()
623 if (!(filter_flags & FILTER_REQUIRE_ARRAY || filter_flags & FILTER_FORCE_ARRAY)) { in php_filter_call()
635 filter_flags = 0; in php_filter_call()
664 if (filter_flags & FILTER_FORCE_ARRAY) { in php_filter_call()
737 zend_long filter_flags = 0; in PHP_FUNCTION() local
741 filter_flags = Z_LVAL_P(filter_args); in PHP_FUNCTION()
743 filter_flags = zval_get_long(option); in PHP_FUNCTION()
814 zend_long filter_flags = 0; in PHP_FUNCTION() local
[all …]

Completed in 8 milliseconds