Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 826) sorted by path

12345678910>>...34

/php-src/.circleci/
H A Dconfig.yml26 … PDO_PGSQL_TEST_DSN: 'pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=postgres'
/php-src/.github/actions/setup-windows/
H A Daction.yml9 …mysql.exe --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'P…
/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.yml31 … export PGSQL_TEST_CONNSTR="host=localhost dbname=test port=5432 user=postgres password=postgres"
33 …export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postg…
/php-src/.github/scripts/windows/
H A Dtest_task.bat33 mysql --host=%PDO_MYSQL_TEST_HOST% --port=%MYSQL_TEST_PORT% --user=%MYSQL_TEST_USER% --password=%MY…
39 rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
40 echo ^<?php $conn_str = "host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%";…
41 set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWOR…
59 echo create database '%PDO_FIREBIRD_TEST_DATABASE%' user '%PDO_FIREBIRD_TEST_USER%' password '%PDO_…
/php-src/.github/
H A Dsetup_hmailserver.php19 foreach (IMAP_USERS as $user) {
21 $account->Address = "$user@" . IMAP_MAIL_DOMAIN;
/php-src/.github/workflows/
H A Dpush.yml281 git config --global user.name "Benchmark"
282 git config --global user.email "benchmark@php.net"
H A Dremove-needs-feedback.yml13 …vent.issue.labels.*.name, 'Status: Needs Feedback') && github.event.issue.user.login == github.eve…
/php-src/
H A D.travis.yml63 - PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password="
H A DCODING_STANDARDS.md60 where `FOO` is your git user `foo`. This allows easier tracking of why
88 1. Function names for user-level functions should be enclosed with in the
119 included in the user function name, and should be clearly related to the
140 1. Function names used by user functions should be prefixed with `_php_`, and
302 reference, user-functions with completely different names, that alias to the
H A DCONTRIBUTING.md116 a huge win for every PHP user.
H A DNEWS174 . Fixed GH-12423, DSN credentials being prioritized over the user/password
H A DREADME.REDIST.BINS511 provided that this notice is present in user-accessible supporting
518 the library. Credit must be given in user-accessible
H A DREADME.md94 Depending on your permissions and prefix, `make install` may need super user
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c806 || (op_array && ce->info.user.filename == op_array->filename))) { in zend_optimizer_get_class_entry()
853 && tmp->info.user.filename in zend_fetch_class_const_info()
854 && tmp->info.user.filename == op_array->filename) { in zend_fetch_class_const_info()
/php-src/Zend/tests/
H A Darray_offset_002.phpt2 Capturing array in user error handler during index conversion
H A Dbug30998.phpt2 Bug #30998 (Crash when user error handler returns false)
H A Dbug43200.phpt26 Class [ <user> class x extends c implements a, b ] {
42 Method [ <user, prototype b> public method foo ] {
46 Method [ <user, inherits c, prototype a> public method bar ] {
H A Dbug54043.phpt2 Bug #54043: Remove inconsitency of internal exceptions and user defined exceptions
H A Dbug63762.phpt2 Bug #63762 - Sigsegv when Exception::$trace is changed by user
H A Dbug78406.phpt2 Bug #78406: Broken file includes with user-defined stream filters
H A Dconstants_005.phpt2 Persistent case insensitive and user defined constants
H A Dctor_promotion_mixing.phpt27 Class [ <user> class Test ] {
45 Method [ <user, ctor> public method __construct ] {
H A Dexception_ignore_args.phpt5 $function = function(string $user, string $pass) {
/php-src/Zend/tests/bug67436/
H A Dbug67436.phpt2 bug67436: Autoloader isn't called if user defined error handler is present

Completed in 1658 milliseconds

12345678910>>...34