Home
last modified time | relevance | path

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

/PHP-7.4/ext/filter/
H A Dfilter.c800 zval *array_input = NULL, *op = NULL; in PHP_FUNCTION() local
811 array_input = php_filter_get_storage(fetch_from); in PHP_FUNCTION()
813 if (!array_input) { in PHP_FUNCTION()
836 php_filter_array_handler(array_input, op, return_value, add_empty); in PHP_FUNCTION()
845 zval *array_input = NULL, *op = NULL; in PHP_FUNCTION() local
848 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|zb", &array_input, &op, &add_empty) == FAILURE) { in PHP_FUNCTION()
856 php_filter_array_handler(array_input, op, return_value, add_empty); in PHP_FUNCTION()

Completed in 7 milliseconds