Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/
H A D.appveyor.yml31 … #PDO_MYSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=root password=Password12!"
34 … #PGSQL_TEST_CONNSTR: "host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!"
35 …#PDO_PGSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=Password12…
H A D.travis.yml66 - PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password="
H A DCODING_STANDARDS.md58 is your git user `foo`. This allows easier tracking of why code was
81 1. Function names for user-level functions should be enclosed with in the
112 included in the user function name, and should be clearly related to the
133 3. Function names used by user functions should be prefixed with `_php_`, and
278 each user-level function should have its user-level function prototype before it
335 reference, user-functions with completely different names, that alias to the
H A DCONTRIBUTING.md89 a huge win for every PHP user.
H A DNEWS871 . Fixed bug #79489 (.user.ini does not inherit). (cmb)
914 . Fixed bug #79491 (Search for .user.ini extends up to root dir). (cmb)
1367 . Fixed bug #78406 (Broken file includes with user-defined stream filters).
1644 . Fixed bug #78624 (session_gc return value for user defined session
1804 . Fixed bug #78624 (session_gc return value for user defined session
2491 . Fixed bug #54043 (Remove inconsitency of internal exceptions and user
H A DREADME.REDIST.BINS534 provided that this notice is present in user-accessible supporting
541 the library. Credit must be given in user-accessible
H A DREADME.md82 Depending on your permissions and prefix, `make install` may need super user
H A DUPGRADING202 This will enforce that $user->id can only be assigned integers and
203 $user->name can only be assigned strings. For more information see the
321 new PDO("mysql:host=xxx;port=xxx;dbname=xxx;user=xxx;password=xxx");
526 network, PID, user and cgroup namespaces.
713 . New INI directive to specify the user account under which preloading code
736 - OPcache now supports an arbitrary amount of separate caches per user via
738 user share an OPcache instance.
H A DUPGRADING.INTERNALS196 code that may change environ and may run concurrently with user code in ZTS
/PHP-7.4/Zend/tests/
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 Dbug54305.phpt15 Method [ <user> public method methodWithArgs ] {
H A Dbug63762.phpt2 Bug #63762 - Sigsegv when Exception::$trace is changed by user
H A Dbug72057.phpt2 Bug #72057 (PHP hangs when user error handler throws exception after Notice from type coercion)
H A Dbug78406.phpt2 Bug #78406: Broken file includes with user-defined stream filters
H A Dclass_alias_006.phpt10 Warning: First argument of class_alias() must be a name of user defined class in %s on line %d
H A Dconstants_005.phpt2 Persistent case insensitive and user defined constants
H A Dexception_ignore_args.phpt5 $function = function(string $user, string $pass) {
H A Dget_defined_functions_basic.phpt42 if (!is_array($func["user"])) {
43 echo "TEST FAILED: no element in result array with key 'user'\n";
46 $user = $func["user"];
47 if (count($user) == 2 && in_array("foo", $user) && in_array("helloworld", $user)) {
50 echo "TEST FAILED: missing elements from 'user' array\n";
51 var_dump($user);
H A Dns_031.phpt2 031: Namespace support for user functions (ns name)
H A Dns_032.phpt2 032: Namespace support for user functions (php name)
H A Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
/PHP-7.4/Zend/tests/bug67436/
H A Dbug67436.phpt2 bug67436: Autoloader isn't called if user defined error handler is present
/PHP-7.4/Zend/tests/return_types/
H A Dreflection001.phpt15 Class [ <user> class A ] {
31 Method [ <user> public method foo ] {

Completed in 62 milliseconds

12345678910>>...39