Last active
September 1, 2016 18:23
-
-
Save fprochazka/f428fc9b012f89fa397e98ee2b589b4d to your computer and use it in GitHub Desktop.
array functions for https://github.com/pbyrne84/DynamicReturnTypePlugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"functionCalls": [ | |
{ | |
"function": "\\array_diff_assoc", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_diff_key", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_diff_uassoc", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_diff_ukey", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_diff", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_fill_keys", | |
"position": 1, | |
"mask": "%s[]" | |
}, | |
{ | |
"function": "\\array_fill", | |
"position": 2, | |
"mask": "%s[]" | |
}, | |
{ | |
"function": "\\array_filter", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_intersect_assoc", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_intersect_key", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_intersect_uassoc", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_intersect_ukey", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_intersect", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_merge", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_pad", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_replace", | |
"position": 1 | |
}, | |
{ | |
"function": "\\array_reverse", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_slice", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_splice", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_udiff_assoc", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_udiff_uassoc", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_udiff", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_uintersect_assoc", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_uintersect_uassoc", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_uintersect", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_unique", | |
"position": 0 | |
}, | |
{ | |
"function": "\\array_values", | |
"position": 0 | |
}, | |
{ | |
"function": "\\range", | |
"position": 0, | |
"mask": "%s[]" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment