Home
last modified time | relevance | path

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

/php-src/ext/filter/
H A Dfilter.c540 static void php_filter_array_handler(zval *input, HashTable *op_ht, zend_long op_long, in php_filter_array_handler() argument
546 if (!op_ht) { in php_filter_array_handler()
552 ZEND_HASH_FOREACH_STR_KEY_VAL(op_ht, arg_key, arg_elm) { in php_filter_array_handler()
677 HashTable *op_ht = NULL; in PHP_FUNCTION() local
683 Z_PARAM_ARRAY_HT_OR_LONG(op_ht, op_long) in PHP_FUNCTION()
687 if (!op_ht && !PHP_FILTER_ID_EXISTS(op_long)) { in PHP_FUNCTION()
702 php_filter_array_handler(array_input, op_ht, op_long, return_value, add_empty); in PHP_FUNCTION()
711 HashTable *op_ht = NULL; in PHP_FUNCTION() local
717 Z_PARAM_ARRAY_HT_OR_LONG(op_ht, op_long) in PHP_FUNCTION()
721 if (!op_ht && !PHP_FILTER_ID_EXISTS(op_long)) { in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds