Home
last modified time | relevance | path

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

/PHP-7.3/ext/filter/
H A Dfilter.c801 zval *array_input = NULL, *op = NULL; in PHP_FUNCTION() local
812 array_input = php_filter_get_storage(fetch_from); in PHP_FUNCTION()
814 if (!array_input || !HASH_OF(array_input)) { in PHP_FUNCTION()
837 php_filter_array_handler(array_input, op, return_value, add_empty); in PHP_FUNCTION()
846 zval *array_input = NULL, *op = NULL; in PHP_FUNCTION() local
849 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|zb", &array_input, &op, &add_empty) == FAILURE) { in PHP_FUNCTION()
857 php_filter_array_handler(array_input, op, return_value, add_empty); in PHP_FUNCTION()

Completed in 8 milliseconds