Searched refs:narg (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 1886 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 D | minilua.c | 5877 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.3/ext/mbstring/ |
H A D | php_mbregex.c | 594 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 31 milliseconds