Home
last modified time | relevance | path

Searched refs:argc (Results 126 – 133 of 133) sorted by relevance

123456

/PHP-8.1/ext/imap/
H A Dphp_imap.c3733 int argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3736 …if (zend_parse_parameters(argc, "OS|lS", &imap_conn_obj, php_imap_ce, &criteria, &flags, &charset)… in PHP_FUNCTION()
3753 mail_search_full(imap_conn_struct->imap_stream, (argc == 4 ? ZSTR_VAL(charset) : NIL), pgm, flags); in PHP_FUNCTION()
/PHP-8.1/build/
H A Dltmain.sh5063 main (int argc, char *argv[])
5071 newargz = XMALLOC(char *, argc+2);
H A Dgen_stub.php3313 $targetSynopses = $argv[$argc - 1] ?? null;
/PHP-8.1/
H A Dphp.ini-development665 ; This directive determines whether PHP registers $argv & $argc each time it
667 ; is invoked. $argc contains an integer representing the number of arguments
677 ; https://php.net/register-argc-argv
H A Dphp.ini-production667 ; This directive determines whether PHP registers $argv & $argc each time it
669 ; is invoked. $argc contains an integer representing the number of arguments
679 ; https://php.net/register-argc-argv
/PHP-8.1/Zend/
H A Dzend_vm_gen.php3036 for ($i = 1; $i < $argc; $i++) {
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c7749 int main(int argc,char**argv){
7754 if(argc<2)return sizeof(void*);
7761 for(i=2;i<argc;i++)
7763 if(lua_pcall(L,argc-2,0,0)){
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch83 -main(int argc, char *argv[])
94 - if (argc != 2) {

Completed in 83 milliseconds

123456