Home
last modified time | relevance | path

Searched refs:user (Results 376 – 400 of 922) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.5/ext/mysqli/tests/
H A D026.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
50 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug52891.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
102 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
103 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
104 $host, $user, $db, $port, $socket);
H A Dmysqli_begin_transaction.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
33 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
34 $host, $user, $db, $port, $socket);
H A D050.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D055.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D028.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D034.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D054.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug_mysql_49406.phpt12 if (!($link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)))
13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
14 $host, $user, $db, $port, $socket);
H A Dmysqli_data_seek_oo.phpt18 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
19 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
20 $host, $user, $db, $port, $socket);
/PHP-5.5/ext/ldap/tests/
H A Dldap_control_paged_results_variation3.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
35 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_unbind_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-5.5/ext/sysvmsg/tests/
H A D004.phpt17 echo "Set uid:\n"; // same as the running user to make it succeed
23 echo "Set gid:\n"; // same as the running user to make it succeed
/PHP-5.5/ext/standard/tests/url/
H A Durls.inc62 'http://user:passwd@www.example.com:8080?bar=1&boom=0',
71 'http://user:@pass@host/path?argument?value#etc',
97 'http://user@:80',
98 'http://user:pass@:80',
/PHP-5.5/ext/reflection/tests/
H A D017.phpt14 Class [ <user> class Foo ] {
H A DReflectionObject_export_basic1.phpt15 Object of class [ <user> class Foo ] {
H A D010.phpt19 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
H A DReflectionObject___toString_basic1.phpt15 Object of class [ <user> class Foo ] {
/PHP-5.5/ext/soap/tests/
H A Dbug46760.phpt10 'login' => "user",
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.service.in12 WantedBy=multi-user.target
/PHP-5.5/ext/standard/tests/file/
H A Dchown.phpt2 chown() with NULL as user name
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_worker_pool.h24 char *user, *home; /* for setting env USER and HOME */ member
/PHP-5.5/ext/standard/
H A Dfilestat.c561 zval *user; in php_do_chown() local
568 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pz/", &filename, &filename_len, &user) == FA… in php_do_chown()
577 if (Z_TYPE_P(user) == IS_LONG) { in php_do_chown()
579 value = &Z_LVAL_P(user); in php_do_chown()
580 } else if (Z_TYPE_P(user) == IS_STRING) { in php_do_chown()
582 value = Z_STRVAL_P(user); in php_do_chown()
606 if (Z_TYPE_P(user) == IS_LONG) { in php_do_chown()
607 uid = (uid_t)Z_LVAL_P(user); in php_do_chown()
608 } else if (Z_TYPE_P(user) == IS_STRING) { in php_do_chown()
609 if(php_get_uid_by_name(Z_STRVAL_P(user), &uid TSRMLS_CC) != SUCCESS) { in php_do_chown()
[all …]
/PHP-5.5/ext/soap/
H A DTODO45 ? provide user space overriding of serialization certin objects and types???
65 ? support for user defined simple types
80 ? support for user defined complex types
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_3.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…

Completed in 84 milliseconds

1...<<11121314151617181920>>...37