Searched refs:array_input (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/filter/ |
H A D | filter.c | 801 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 5 milliseconds