| /PHP_TRUNK/ext/mysqli/tests/ |
| H A D | clean_table.inc | 4 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 5 printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n", 6 $host, $user, $db, $port, $socket);
|
| H A D | connect.inc | 13 $user = getenv("MYSQL_TEST_USER") ? getenv("MYSQL_TEST_USER") : "root"; 87 function my_mysqli_connect($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) { 94 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags)) 97 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket); 108 function my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags = 0, $enable_env_flags = true) { 114 return mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags); 118 public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) { 125 $this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags); 127 parent::__construct($host, $user, $passwd, $db, $port, $socket);
|
| H A D | skipifconnectfailure.inc | 5 $link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
|
| H A D | table.inc | 4 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 5 printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n", 6 $host, $user, $db, $port, $socket);
|
| /PHP_TRUNK/ext/oci8/tests/ |
| H A D | conn_attr.inc | 10 "drop user testuser cascade", 11 "create user testuser identified by testuser", 13 "alter user testuser enable editions", 26 "drop user testuser cascade", 27 "create user testuser identified by testuser", 39 , 1918 // user does not exist 71 $user = 'testuser'; 77 return(oci_connect($user,$password,$dbase)); 81 return(oci_pconnect($user,$password,$dbase)); 85 return(oci_new_connect($user, [all...] |
| H A D | connect.inc | 6 $c = @oci_connect($user, $password, $dbase); 9 $c = @oci_connect($user, $password); 14 trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERROR);
|
| H A D | details.inc | 4 * Please change $user, $password and $dbase to match your configuration. 18 $user = getenv('PHP_OCI8_TEST_USER'); // Database username for tests 19 $password = getenv('PHP_OCI8_TEST_PASS'); // Password for $user 28 $user = "system"; 63 , 1918 // user does not exist
|
| /PHP_TRUNK/ext/pdo/tests/ |
| H A D | pdo_test.inc | 23 $user = getenv('PDOTEST_USER'); 32 if ($user === false) $user = NULL; 35 $db = new $classname($dsn, $user, $pass, $attr); 38 die("Could not create PDO object (DSN=$dsn, user=$user)\n");
|
| /PHP_TRUNK/ext/pdo_dblib/tests/ |
| H A D | config.inc | 9 $user = getenv('PDO_DBLIB_TEST_USER'); 11 $user = 'php'; 20 $db = new PDO($dsn, $user, $pass);
|
| /PHP_TRUNK/ext/pdo_firebird/tests/ |
| H A D | testdb.inc | 3 $user = 'SYSDBA'; 5 ini_set('ibase.default_user',$user); 13 global $test_base, $user, $password; 16 $test_base, $user, $password));
|
| /PHP_TRUNK/ext/pdo_mysql/tests/ |
| H A D | config.inc | 5 # user set them from their shell
|
| /PHP_TRUNK/ext/pdo_pgsql/tests/ |
| H A D | config.inc | 3 # user set them from their shell 9 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
|
| /PHP_TRUNK/ext/standard/tests/file/windows_acls/ |
| H A D | common.inc | 22 $user = getenv('USERNAME'); 24 if (!$user) { 25 $user = get_current_user(); 28 if (!$user) { 29 $user = exec('echo %USERNAME%'); 32 return $user; 50 $user = get_username(); 51 /* Current user needs to be owner of the test files. As well 55 exec(get_icacls() . ' . /setowner $user /T /L /Q 2> nul'); 61 $user [all...] |
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_unix.c | 49 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, c->listen_owner); 81 if (wp->config->user && *wp->config->user) { 82 if (strlen(wp->config->user) == strspn(wp->config->user, "0123456789")) { 83 wp->set_uid = strtoul(wp->config->user, 0, 10); 87 pwd = getpwnam(wp->config->user); 89 zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user); 96 wp->user [all...] |
| H A D | fpm_worker_pool.c | 26 if (wp->user) { 27 free(wp->user);
|
| H A D | fpm_worker_pool.h | 24 char *user, *home; /* for setting env USER and HOME */ member in struct:fpm_worker_pool_s
|
| /PHP_TRUNK/ext/interbase/tests/ |
| H A D | interbase.inc | 5 $user = 'SYSDBA'; 7 ini_set('ibase.default_user',$user); 15 global $test_base, $user, $password; 19 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
|
| /PHP_TRUNK/ext/ldap/tests/ |
| H A D | connect.inc | 10 $user = getenv("LDAP_TEST_USER") ? getenv("LDAP_TEST_USER") : "cn=Manager,dc=my-domain,dc=com"; 16 function ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version) { 19 ldap_bind($link, $user, $passwd); 38 "description" => "user A", 45 "description" => "user B",
|
| /PHP_TRUNK/ext/mysql/tests/ |
| H A D | clean_table.inc | 5 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) { 6 printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n", 7 $host, $myhost, $user, $db, $port, $socket);
|
| H A D | connect.inc | 24 function my_mysql_connect($host, $user, $passwd, $db, $port, $socket, $flags = NULL, $persistent = false) { 35 $link = mysql_pconnect($host, $user, $passwd, $flags); 37 $link = mysql_connect($host, $user, $passwd, true, $flags); 41 printf("[000-a] Cannot connect using host '%s', user '%s', password '****', persistent = %d, [%d] %s\n", 42 $host, $user, ($persistent) ? 1 : 0, 65 $user = getenv("MYSQL_TEST_USER") ? getenv("MYSQL_TEST_USER") : "root";
|
| H A D | table.inc | 5 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) { 6 printf("Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n", 7 $host, $myhost, $user, $db, $port, $socket);
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | ibase_service.c | 138 /* user = 0, password = 1, first_name = 2, middle_name = 3, last_name = 4 */ 186 Add a user to security database */ 194 Modify a user in security database */ 202 Delete a user from security database */ 215 char buf[128], *host, *user, *pass, *loc; local 221 &host, &hlen, &user, &ulen, &pass, &plen)) { 229 user, isc_spb_password, (char)plen, pass, host); 248 svm->username = estrdup(user); 363 zval *user; local 373 ALLOC_INIT_ZVAL(user); [all...] |
| /PHP_TRUNK/ext/session/ |
| H A D | mod_user.c | 26 PS_MOD(user) 79 PS_OPEN_FUNC(user) 86 "user session functions not defined"); 100 PS_CLOSE_FUNC(user) 128 PS_READ_FUNC(user) 149 PS_WRITE_FUNC(user) 162 PS_DESTROY_FUNC(user) 174 PS_GC_FUNC(user)
|
| H A D | mod_user.h | 27 PS_FUNCS(user); variable
|
| /PHP_TRUNK/ext/xml/ |
| H A D | compat.c | 50 _start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes) argument 52 XML_Parser parser = (XML_Parser) user; 76 parser->h_default(parser->user, (const XML_Char *) qualified_name, xmlStrlen(qualified_name)); 84 parser->h_start_element(parser->user, (const XML_Char *) qualified_name, (const XML_Char **) attributes); 90 _start_element_handler_ns(void *user, const xmlChar *name, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument 92 XML_Parser parser = (XML_Parser) user; 101 parser->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y+1]); 164 parser->h_default(parser->user, (const XML_Char *) qualified_name, xmlStrlen(qualified_name)); 190 parser->h_start_element(parser->user, (const XML_Char *) qualified_name, (const XML_Char **) attrs); 205 parser->h_end_ns(parser->user, nspt 210 _end_element_handler(void *user, const xmlChar *name) argument 234 _end_element_handler_ns(void *user, const xmlChar *name, const xmlChar * prefix, const xmlChar *URI) argument 263 _cdata_handler(void *user, const xmlChar *cdata, int cdata_len) argument 278 _pi_handler(void *user, const xmlChar *target, const xmlChar *data) argument 296 _unparsed_entity_decl_handler(void *user, const xmlChar *name, const xmlChar *pub_id, const xmlChar *sys_id, const xmlChar *notation) argument 312 _notation_decl_handler(void *user, const xmlChar *notation, const xmlChar *pub_id, const xmlChar *sys_id) argument 337 _comment_handler(void *user, const xmlChar *comment) argument 363 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) argument 375 _get_entity(void *user, const xmlChar *name) argument 504 XML_SetUserData(XML_Parser parser, void *user) argument [all...] |