Home
last modified time | relevance | path

Searched refs:array_input (Results 1 – 1 of 1) sorted by path

/php-src/ext/filter/
H A Dfilter.c669 zval *array_input = NULL; in PHP_FUNCTION() local
686 array_input = php_filter_get_storage(fetch_from); in PHP_FUNCTION()
692 if (!array_input) { in PHP_FUNCTION()
696 php_filter_array_handler(array_input, op_ht, op_long, return_value, add_empty); in PHP_FUNCTION()
703 zval *array_input = NULL; in PHP_FUNCTION() local
709 Z_PARAM_ARRAY(array_input) in PHP_FUNCTION()
720 php_filter_array_handler(array_input, op_ht, op_long, return_value, add_empty); in PHP_FUNCTION()

Completed in 5 milliseconds