Home
last modified time | relevance | path

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

/PHP-8.3/ext/filter/
H A Dfilter.c675 zval *array_input = NULL; in PHP_FUNCTION() local
692 array_input = php_filter_get_storage(fetch_from); in PHP_FUNCTION()
697 if (!array_input) { in PHP_FUNCTION()
718 php_filter_array_handler(array_input, op_ht, op_long, return_value, add_empty); in PHP_FUNCTION()
725 zval *array_input = NULL; in PHP_FUNCTION() local
731 Z_PARAM_ARRAY(array_input) in PHP_FUNCTION()
742 php_filter_array_handler(array_input, op_ht, op_long, return_value, add_empty); in PHP_FUNCTION()

Completed in 7 milliseconds