Home
last modified time | relevance | path

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

/PHP-8.2/win32/
H A Dglob.c160 PHPAPI int glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) in glob()
181 pglob->gl_errfunc = errfunc; in glob()
/PHP-8.2/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