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.c536 static void php_filter_array_handler(zval *input, HashTable *op_ht, zend_long op_long, in php_filter_array_handler() argument
542 if (!op_ht) { in php_filter_array_handler()
548 ZEND_HASH_FOREACH_STR_KEY_VAL(op_ht, arg_key, arg_elm) { in php_filter_array_handler()
673 HashTable *op_ht = NULL; in PHP_FUNCTION() local
679 Z_PARAM_ARRAY_HT_OR_LONG(op_ht, op_long) in PHP_FUNCTION()
683 if (!op_ht && !PHP_FILTER_ID_EXISTS(op_long)) { in PHP_FUNCTION()
698 php_filter_array_handler(array_input, op_ht, op_long, return_value, add_empty); in PHP_FUNCTION()
707 HashTable *op_ht = NULL; in PHP_FUNCTION() local
713 Z_PARAM_ARRAY_HT_OR_LONG(op_ht, op_long) in PHP_FUNCTION()
717 if (!op_ht && !PHP_FILTER_ID_EXISTS(op_long)) { in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds