Home
last modified time | relevance | path

Searched refs:narg (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua1886 local narg = 1
1909 if narg < 2 then narg = 2 end
1912 narg = 3
1924 if narg <= nn then narg = nn + 1 end
1971 wputdarg(args[1].disp); if narg < 2 then narg = 2 end
1973 wputdarg(args[2].disp); narg = 3
1976 local a = args[narg]
1977 narg = narg + 1
H A Dminilua.c5877 narg--;
5878 if(narg==0)
5885 narg,ar.name,extramsg);
5889 tname,luaL_typename(L,narg));
5944 if(lua_type(L,narg)!=t)
5945 tag_error(L,narg,t);
5948 if(lua_type(L,narg)==(-1))
5953 if(!s)tag_error(L,narg,4);
5958 if(lua_isnoneornil(L,narg)){
5968 tag_error(L,narg,3);
[all …]
/PHP-8.2/ext/mbstring/
H A Dphp_mbregex.c594 static bool _php_mb_regex_init_options(const char *parg, size_t narg, OnigOptionType *option, in _php_mb_regex_init_options() argument
605 while(n < narg) { in _php_mb_regex_init_options()

Completed in 33 milliseconds