Home
last modified time | relevance | path

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

/php-src/ext/filter/
H A Dfilter.c464 zval *filtered, zend_long filter, HashTable *filter_args_ht, zend_long filter_args_long, in php_filter_call() argument
471 if (!filter_args_ht) { in php_filter_call()
483 if ((option = zend_hash_str_find(filter_args_ht, "filter", sizeof("filter") - 1)) != NULL) { in php_filter_call()
498 if ((option = zend_hash_str_find(filter_args_ht, "flags", sizeof("flags") - 1)) != NULL) { in php_filter_call()
587 HashTable *filter_args_ht = NULL; in PHP_FUNCTION() local
595 Z_PARAM_ARRAY_HT_OR_LONG(filter_args_ht, filter_args_long) in PHP_FUNCTION()
611 if (!filter_args_ht) { in PHP_FUNCTION()
614 if ((option = zend_hash_str_find(filter_args_ht, "flags", sizeof("flags") - 1)) != NULL) { in PHP_FUNCTION()
641 php_filter_call(return_value, filter, filter_args_ht, filter_args_long, 1, FILTER_REQUIRE_SCALAR); in PHP_FUNCTION()
650 HashTable *filter_args_ht = NULL; in PHP_FUNCTION() local
[all …]

Completed in 7 milliseconds