kphp
kphp copied to clipboard
Use PHP naming for array_key_first and similar functions
KPHP: array_first_key PHP: array_key_first
There is no reason for incompatible naming here. We should fix the usages of the legacy naming, use PHP naming inside KPHP and then remove the old names someday.