Home
last modified time | relevance | path

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

/php-src/ext/filter/
H A Dfilter.c458 zval *filtered, zend_long filter, HashTable *filter_args_ht, zend_long filter_args_long, in php_filter_call() argument
468 filter_flags = filter_args_long; in php_filter_call()
474 filter = filter_args_long; in php_filter_call()
582 zend_long filter_args_long = 0; in PHP_FUNCTION() local
589 Z_PARAM_ARRAY_HT_OR_LONG(filter_args_ht, filter_args_long) in PHP_FUNCTION()
606 filter_flags = filter_args_long; in PHP_FUNCTION()
635 php_filter_call(return_value, filter, filter_args_ht, filter_args_long, 1, FILTER_REQUIRE_SCALAR); in PHP_FUNCTION()
645 zend_long filter_args_long = 0; in PHP_FUNCTION() local
651 Z_PARAM_ARRAY_HT_OR_LONG(filter_args_ht, filter_args_long) in PHP_FUNCTION()
661 php_filter_call(return_value, filter, filter_args_ht, filter_args_long, 1, FILTER_REQUIRE_SCALAR); in PHP_FUNCTION()

Completed in 8 milliseconds