Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua1890 local narg = 1
1913 if narg < 2 then narg = 2 end
1916 narg = 3
1928 if narg <= nn then narg = nn + 1 end
1975 wputdarg(args[1].disp); if narg < 2 then narg = 2 end
1977 wputdarg(args[2].disp); narg = 3
1980 local a = args[narg]
1981 narg = narg + 1
H A Dminilua.c5878 narg--;
5879 if(narg==0)
5886 narg,ar.name,extramsg);
5890 tname,luaL_typename(L,narg));
5945 if(lua_type(L,narg)!=t)
5946 tag_error(L,narg,t);
5949 if(lua_type(L,narg)==(-1))
5954 if(!s)tag_error(L,narg,4);
5959 if(lua_isnoneornil(L,narg)){
5969 tag_error(L,narg,3);
[all …]
/php-src/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 61 milliseconds