mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 14:01:34 -05:00
9 lines
151 B
PHP
9 lines
151 B
PHP
<?php
|
|
/*
|
|
* SPDX-FileCopyrightText: None
|
|
* SPDX-License-Identifier: CC0-1.0
|
|
*/
|
|
|
|
// PHP 8.4
|
|
function array_find(array $array, callable $callback) {}
|
|
|