Home
last modified time | relevance | path

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

/PHP-7.1/ext/filter/
H A Dfilter.c806 zval *array_input = NULL, *op = NULL; in PHP_FUNCTION() local
817 array_input = php_filter_get_storage(fetch_from); in PHP_FUNCTION()
819 if (!array_input || !HASH_OF(array_input)) { in PHP_FUNCTION()
842 php_filter_array_handler(array_input, op, return_value, add_empty); in PHP_FUNCTION()
851 zval *array_input = NULL, *op = NULL; in PHP_FUNCTION() local
854 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|zb", &array_input, &op, &add_empty) == FAILURE) { in PHP_FUNCTION()
862 php_filter_array_handler(array_input, op, return_value, add_empty); in PHP_FUNCTION()

Completed in 5 milliseconds