Home
last modified time | relevance | path

Searched refs:Closure (Results 151 – 160 of 160) sorted by relevance

1234567

/PHP-8.3/Zend/tests/
H A Dclosure_044.phpt2 Closure 044: Scope/bounding combination invariants; non static closures
H A Dclosure_043.phpt2 Closure 043: Scope/bounding combination invariants; static closures
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
H A Dclosure_061.phpt91 if ($fn instanceof Closure) {
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_dim_002.phpt164 Cannot access offset of type Closure on array
/PHP-8.3/ext/standard/tests/array/
H A Darray_walk_closure.phpt235 object(Closure)#2 (1) {
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c340 typedef union Closure{ union
343 }Closure; typedef
494 union Closure cl;
816 Closure*c=cast(Closure*,luaM_malloc(L,sizeCclosure(nelems)));
824 Closure*c=cast(Closure*,luaM_malloc(L,sizeLclosure(nelems)));
1238 Closure*cl;
1921 Closure*cl=gco2cl(o);
2470 Closure*f,CallInfo*ci){
2508 Closure*f=NULL;
5269 Closure*ncl;
[all …]
/PHP-8.3/ext/reflection/
H A Dphp_reflection_arginfo.h90 ZEND_ARG_OBJ_TYPE_MASK(0, function, Closure, MAY_BE_STRING, NULL)
108 …RG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_ReflectionFunction_getClosure, 0, 0, Closure, 0)
156 …_ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_ReflectionMethod_getClosure, 0, 0, Closure, 0)
/PHP-8.3/build/
H A Dgen_stub.php4141 * @param Closure(T): string|null $codeGenerator
4145 … iterable $infos, string $separator, Closure $codeGenerator, ?string $parentCond = null): string {
/PHP-8.3/
H A DNEWS907 . Fix GH-11348 (Closure created from magic method does not accept named

Completed in 43 milliseconds

1234567