xref
: /
plugin
/
elasticsearch
/
vendor
/
react
/
promise
/
src
/
functions_include.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
if
(!\
function_exists
(
'React\Promise\resolve'
)) {
4
require
__DIR__
.
'/
functions.php
'
;
5
}
6