Skip to content

Commit

Permalink
fix array_functions in kphp
Browse files Browse the repository at this point in the history
  • Loading branch information
astrophysik committed Feb 28, 2025
1 parent 243b276 commit 07ee2df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/array_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ mixed f$array_rand(const array<T> &a, int64_t num);
template<class T>
array<int64_t> f$array_count_values(const array<T> &a);

template<class T>
array<T> f$array_fill(int64_t start_index, int64_t num, const T &value);

template<class T1, class T>
array<T> f$array_fill_keys(const array<T1> &keys, const T &value);

Expand Down

0 comments on commit 07ee2df

Please sign in to comment.