Home
last modified time | relevance | path

Searched refs:user (Results 826 – 844 of 844) sorted by relevance

1...<<31323334

/PHP-8.0/build/
H A Dphp.m4667 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
695 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
2070 dnl configure command run by user. This file is named 'config.nice' in PHP.
2168 dnl CFLAGS if the user didn't set any.
H A Dlibtool.m4470 # So, first we look for a working echo in the user's PATH.
1190 # do not overwrite the value of need_locks provided by the user
2170 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2175 dnl $ac_dummy forces splitting on constant user-supplied paths.
2310 lt_cv_path_LD="$LD" # Let the user override the test with a path.
2566 # Let the user override the test.
3887 # provided the user. The postdeps already come after the
3888 # user supplied libs so there is no need to process them.
5784 # FIXME: Should let the user specify the lib program.
6314 [# Loop through the user's path and test for sed and gsed.
/PHP-8.0/ext/soap/
H A Dphp_sdl.c3207 char *user = php_get_current_user(); in get_sdl() local
3208 int user_len = user ? strlen(user) + 1 : 0; in get_sdl()
3220 memcpy(key+len, user, user_len-1); in get_sdl()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1249 static const char *types[] = { "empty", "user storage",
1250 "user stream", "lockbytes", "property", "root storage" };
2860 - /* First, try to get a magic file from user-application data */
2864 - /* Second, try to get a magic file from the user profile data */
3032 - * fsmagic, so if the user doesn't have read permission,
/PHP-8.0/
H A DREADME.REDIST.BINS508 provided that this notice is present in user-accessible supporting
515 the library. Credit must be given in user-accessible
H A Dconfigure.ac118 dnl libs subdirectory as the user who configures PHP. Otherwise, the current
119 dnl user will not be able to delete libs or the contents of libs.
H A DCONTRIBUTING.md89 a huge win for every PHP user.
H A DNEWS86 . Fixed bug GH-9583 (session_create_id() fails with user defined save handler
1507 . Fixed bug #78624 (session_gc return value for user defined session
/PHP-8.0/ext/oci8/
H A Doci8.c1617 int php_oci_password_change(php_oci_connection *connection, char *user, int user_len, char *pass_ol… in php_oci_password_change() argument
1621 …PHP_OCI_CALL_RETURN(errstatus, OCIPasswordChange, (connection->svc, connection->err, (text *)user,… in php_oci_password_change()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c525 len = MIN(strlen(packet->user), MYSQLND_MAX_ALLOWED_USER_LEN); in php_mysqlnd_auth_write()
526 memcpy(p, packet->user, len); in php_mysqlnd_auth_write()
/PHP-8.0/Zend/
H A Dzend_compile.c1833 ce->info.user.doc_comment = NULL; in zend_initialize_class_data()
7379 ce->info.user.filename = zend_string_copy(zend_get_compiled_filename()); in zend_compile_class_decl()
7380 ce->info.user.line_start = decl->start_lineno; in zend_compile_class_decl()
7381 ce->info.user.line_end = decl->end_lineno; in zend_compile_class_decl()
7384 ce->info.user.doc_comment = zend_string_copy(decl->doc_comment); in zend_compile_class_decl()
7433 …ions) & ZEND_COMPILE_IGNORE_OTHER_FILES) || (parent_ce->info.user.filename == ce->info.user.filena… in zend_compile_class_decl()
H A Dzend_inheritance.c238 || ce->info.user.filename == CG(compiled_filename); in class_visible()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c601 if (zend_hash_exists(files, ce->info.user.filename)) { in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dbasic_functions_arginfo.h1401 ZEND_ARG_TYPE_MASK(0, user, MAY_BE_STRING|MAY_BE_LONG, NULL)
1412 ZEND_ARG_TYPE_MASK(0, user, MAY_BE_STRING|MAY_BE_LONG, NULL)
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2474 # owner user name null terminated
2475 >>265 string >\0 \b, user %-.32s
6701 # .usp are user dictionary bits
10120 >>>28 string >\0 \b, user %s
24114 # user to use any header as well.
29366 >>60 belong !0 \b, user version %d
30518 # skip user.dbt by looking for positive hardware id
32496 # user name
32506 # user name
32945 # %APPDATA%\Roaming\LibreOffice\4\user\gallery
[all …]
H A Dmagic2474 # owner user name null terminated
2475 >>265 string >\0 \b, user %-.32s
6701 # .usp are user dictionary bits
10120 >>>28 string >\0 \b, user %s
24114 # user to use any header as well.
29366 >>60 belong !0 \b, user version %d
30518 # skip user.dbt by looking for positive hardware id
32496 # user name
32506 # user name
32945 # %APPDATA%\Roaming\LibreOffice\4\user\gallery
[all …]
/PHP-8.0/ext/standard/tests/misc/
H A Duser_agents.txt11 BUFF library user agent
H A Dget_browser_variation3.phpt35 Agent BUFF library user agent
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc12995 if (ce->info.user.filename != filename) {
13006 } else if (parent->info.user.filename != filename) {
13044 if (ce->info.user.filename != filename) {

Completed in 443 milliseconds

1...<<31323334