Home
last modified time | relevance | path

Searched refs:dbname (Results 151 – 155 of 155) sorted by relevance

1234567

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt23 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
H A Dmysqli_fetch_array_oo.phpt18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_fetch_all_oo.phpt22 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_get_client_stats.phpt95 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1227 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
1268 dbname = Z_STRVAL_PP(args[ZEND_NUM_ARGS()-1]);
1302 pgsql=PQsetdb(host,port,options,tty,dbname);
1337 le->ptr=PQsetdb(host,port,options,tty,dbname);
1396 pgsql = PQsetdb(host,port,options,tty,dbname);

Completed in 24 milliseconds

1234567