mirror of
https://github.com/nextcloud/server.git
synced 2026-06-16 12:10:35 -04:00
10 lines
151 B
PHP
10 lines
151 B
PHP
|
|
<?php
|
||
|
|
/*
|
||
|
|
* SPDX-FileCopyrightText: None
|
||
|
|
* SPDX-License-Identifier: CC0-1.0
|
||
|
|
*/
|
||
|
|
|
||
|
|
// PHP 8.4
|
||
|
|
function array_find(array $array, callable $callback) {}
|
||
|
|
|