Home
last modified time | relevance | path

Searched refs:user (Results 401 – 425 of 833) sorted by relevance

1...<<11121314151617181920>>...34

/php-src/ext/mysqli/tests/
H A Dgh7746.phpt12 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug70384.phpt8 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
25 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A D048.phpt14 $mysql = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
47 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_change_user_insert_id.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
31 mysqli_change_user($link, $user, $passwd, $db);
H A Dgh8068.phpt13 $mysqli = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_set_charset.phpt8 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
45 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
46 …printf("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
47 $host, $user, $db, $port, $socket);
H A Dmysqli_next_result_no_repeat_error.phpt16 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A D064.phpt13 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
/php-src/Zend/tests/
H A Darray_offset_002.phpt2 Capturing array in user error handler during index conversion
H A Dfirst_class_callable_signature.phpt12 Closure [ <user> function test ] {
H A Dexception_ignore_args.phpt5 $function = function(string $user, string $pass) {
H A Dbug54043.phpt2 Bug #54043: Remove inconsitency of internal exceptions and user defined exceptions
/php-src/ext/odbc/tests/
H A Dodbc_autocommit_001.phpt12 $conn = odbc_connect($dsn, $user, $pass);
/php-src/ext/ldap/tests/
H A Dldap_search_variation5.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
39 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
/php-src/.github/actions/setup-x64/
H A Daction.yml14 …"create login pdo_test with password='password', check_policy=off; create user pdo_test for login …
15 …create login odbc_test with password='password', check_policy=off; create user odbc_test for login…
/php-src/.github/actions/test-linux/
H A Daction.yml28 … export PGSQL_TEST_CONNSTR="host=localhost dbname=test port=5432 user=postgres password=postgres"
30 …export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postg…
/php-src/ext/standard/tests/mail/
H A Dbug47983.phpt7 var_dump(mail('user@example.com', 'Test Subject', 'A Message', 'KHeaders'));
/php-src/ext/pgsql/tests/inc/
H A Dconfig.inc8 $conn_str = getenv('PGSQL_TEST_CONNSTR') ?: "host=localhost dbname=test port=5432 user=postgres pas…
/php-src/ext/soap/tests/bugs/
H A Dbug46760.phpt10 'login' => "user",
/php-src/ext/standard/tests/url/
H A Durls.inc62 'http://user:passwd@www.example.com:8080?bar=1&boom=0',
72 'http://user:@pass@host/path?argument?value#etc',
100 'http://user@:80',
101 'http://user:pass@:80',
/php-src/ext/pdo_mysql/tests/
H A Dbug_64705.phpt7 $dsn = 'mysql:host=DonotExistsHost;dbname=test;user=foo;password=wrongpass';
/php-src/ext/pdo_pgsql/tests/
H A Dbug_64705.phpt7 $dsn = 'pgsql:host=DonotExistsHost;dbname=test;user=foo;password=wrongpass';
/php-src/ext/ftp/tests/
H A Dbug80901.phpt13 var_dump(ftp_login($ftp, 'user', 'pass'));
H A Dfilesize_large.phpt19 ftp_login($ftp, 'user', 'pass');
/php-src/main/
H A Doutput.c465 php_output_handler_user_func_t *user = NULL; in php_output_handler_create_user() local
479 …if (SUCCESS == zend_fcall_info_init(output_handler, 0, &user->fci, &user->fcc, &handler_name, &err… in php_output_handler_create_user()
481 ZVAL_COPY(&user->zoh, output_handler); in php_output_handler_create_user()
482 handler->func.user = user; in php_output_handler_create_user()
484 efree(user); in php_output_handler_create_user()
703 zval_ptr_dtor(&handler->func.user->zoh); in php_output_handler_dtor()
704 efree(handler->func.user); in php_output_handler_dtor()
950 handler->func.user->fci.param_count = 2; in php_output_handler_op()
951 handler->func.user->fci.params = ob_args; in php_output_handler_op()
952 handler->func.user->fci.retval = &retval; in php_output_handler_op()
[all …]

Completed in 32 milliseconds

1...<<11121314151617181920>>...34