Home
last modified time | relevance | path

Searched refs:errfunc (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/win32/
H A Dglob.c161 glob(pattern, flags, errfunc, pglob) in glob() argument
163 int flags, (*errfunc)(const char *, int);
185 pglob->gl_errfunc = errfunc;
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c487 ptrdiff_t errfunc; member
1022 L->errfunc=0;
1214 L->errfunc=ef;
1227 L->errfunc=old_errfunc;
2309 L->errfunc=0;
2381 L->errfunc=0;
2578 if(L->errfunc!=0){
2579 StkId errfunc=restorestack(L,L->errfunc);
2582 setobj(L,L->top-1,errfunc);
5775 if(errfunc==0)
[all …]

Completed in 23 milliseconds