Home
last modified time | relevance | path

Searched refs:env (Results 126 – 150 of 154) sorted by relevance

1234567

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_log.c234 char *env = fcgi_getenv((fcgi_request*) SG(server_context), format, strlen(format)); in fpm_log_write() local
235 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write()
H A Dfpm_conf.c674 for (kv = wpc->env; kv; kv = kv_next) { in fpm_worker_pool_config_free()
1509 config = (char *)current_wp->config + WPO(env); in fpm_conf_ini_parser_array()
1746 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_conf_dump()
/PHP-8.0/.github/workflows/
H A Dpush.yml69 env:
78 env:
H A Dnightly.yml120 env:
129 env:
279 env:
/PHP-8.0/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h125 PDO_ODBC_HENV env; member
/PHP-8.0/ext/mysqli/tests/
H A Dconnect.inc56 …* @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS…
76 … * @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS)
/PHP-8.0/ext/standard/
H A Dinfo.c753 char **env, *tmp1, *tmp2; in php_print_info() local
954 for (env=environ; env!=NULL && *env !=NULL; env++) { in php_print_info()
955 tmp1 = estrdup(*env); in php_print_info()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c218 char **env, *p, *t = buf; in litespeed_php_import_environment_variables() local
239 for (env = environ; env != NULL && *env != NULL; env++) { in litespeed_php_import_environment_variables()
240 p = strchr(*env, '='); in litespeed_php_import_environment_variables()
244 nlen = p - *env; in litespeed_php_import_environment_variables()
249 memcpy(t, *env, nlen); in litespeed_php_import_environment_variables()
H A Dlsapilib.c3799 char **env; in unset_lsapi_envs() local
3801 env = *_NSGetEnviron(); in unset_lsapi_envs()
3803 env = environ; in unset_lsapi_envs()
3805 while( env != NULL && *env != NULL ) in unset_lsapi_envs()
3807 if (!strncmp(*env, "LSAPI_", 6) || !strncmp( *env, "PHP_LSAPI_", 10 ) in unset_lsapi_envs()
3808 || (!strncmp( *env, "PHPRC=", 6 )&&(!s_uid))) in unset_lsapi_envs()
3810 char ** del = env; in unset_lsapi_envs()
3816 ++env; in unset_lsapi_envs()
/PHP-8.0/ext/oci8/
H A Doci8_lob.c70 …PHP_OCI_CALL_RETURN(errstatus, OCIDescriptorAlloc, (connection->env, (dvoid*)&(descriptor->descrip… in php_oci_lob_create()
296 …PHP_OCI_CALL_RETURN(errstatus, OCILobCharSetId, (connection->env, connection->err, descriptor->des… in php_oci_lob_read()
310 …PHP_OCI_CALL_RETURN(errstatus, OCINlsNumericInfoGet, (connection->env, connection->err, &bytes_per… in php_oci_lob_read()
587 …PHP_OCI_CALL_RETURN(errstatus, OCILobIsTemporary, (connection->env,connection->err, descriptor->de… in php_oci_temp_lob_close()
879 PHP_OCI_CALL_RETURN(errstatus, OCILobIsEqual, (connection->env, first_lob, second_lob, result)); in php_oci_lob_is_equal()
H A Dphp_oci8_int.h127 OCIEnv *env; /* env of this session pool */ member
139 OCIEnv *env; /* private env handle */ member
527 OCIEnv *env; /* global environment handle */ variable
H A Doci8_statement.c59 …PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->stmt), OCI_HTYPE_STMT, 0, NU… in php_oci_statement_create()
62 …PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->err), OCI_HTYPE_ERROR, 0, NU… in php_oci_statement_create()
153 …PHP_OCI_CALL(OCIHandleAlloc, (statement->connection->env, (dvoid **)&(statement2->err), OCI_HTYPE_… in php_oci_get_implicit_resultset()
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug69362.phpt11 if (empty($dsn)) die('skip no dsn found in env');
H A Dbug62479.phpt11 if (empty($dsn)) die('skip no dsn found in env');
/PHP-8.0/win32/
H A Dcodepage.h74 PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env);
H A Dcodepage.c394 PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env) in php_win32_cp_env_any_to_w() argument
397 char *cur = (char *)env, *prev; in php_win32_cp_env_any_to_w()
400 if (!env) { in php_win32_cp_env_any_to_w()
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in294 ; it must be associated with embraces to specify the name of the env
408 ; by clearing the environment in workers before env vars specified in this
425 ; Default Value: clean env
426 ;env[HOSTNAME] = $HOSTNAME
427 ;env[PATH] = /usr/local/bin:/usr/bin:/bin
428 ;env[TMP] = /tmp
429 ;env[TMPDIR] = /tmp
430 ;env[TEMP] = /tmp
/PHP-8.0/ext/pdo_oci/
H A Doci_statement.c107 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, in oci_stmt_dtor()
299 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing); in oci_stmt_param_hook()
360 STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_param_hook()
440 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing); in oci_stmt_param_hook()
564 … STMT_CALL(OCIDescriptorAlloc, (S->H->env, (dvoid**)&S->cols[colno].data, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_describe()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1589 char **env, *p, *q, *var, *val, *t = buf; local
1593 for (env = environ; env != NULL && *env != NULL; env++) {
1594 val = strchr(*env, '=');
1598 var_len = val - *env;
1603 var = *env;
/PHP-8.0/TSRM/
H A Dtsrm_win32.c446 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex() argument
548 envw = php_win32_cp_env_any_to_w(env); in popen_ex()
552 if (env) { in popen_ex()
/PHP-8.0/win32/build/
H A Dconfutils.js600 var i, found = false, place = false, file, env;
623 env = WshShell.Environment("Process").Item(env_name);
624 env = env.split(";");
625 for (i = 0; i < env.length; i++) {
626 file = glob(env[i] + "\\" + thing_to_find);
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c287 struct Table*env; member
483 TValue env; member
819 c->c.env=e;
827 c->l.env=e;
1333 u->uv.env=e;
1868 markobject(g,cl->c.env);
4987 sethvalue(L,&g,cl->env);
4997 sethvalue(L,&g,cl->env);
5328 sethvalue(L,&L->env,func->c.env);
5329 return&L->env;
[all …]
/PHP-8.0/ext/soap/
H A Dsoap.c1341 xmlNodePtr env = get_node(doc_request->children,"Envelope"); local
1342 if (env && env->ns) {
1343 if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
1345 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
3132 xmlNodePtr trav,env,head,body,func; local
3139 env = get_envelope(request->children, version, &envelope_ns);
3140 if (!env) {
3144 attr = env->properties;
3160 trav = env->children;
/PHP-8.0/build/
H A Dshtool1227env -i sort -n | sed -n -e '$p' | sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/') 2>/dev/null`
1240 /bin/ls *[_-]release *[_-]version 2>/dev/null | env -i sort | \
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます19982 0 search/1 #!/usr/bin/env\ lua Lua script text executable
19984 0 search/1 #!\ /usr/bin/env\ lua Lua script text executable
25852 0 string #!/usr/bin/env\ perl Perl script text executable
25854 0 string #!\ /usr/bin/env\ perl Perl script text executable
29999 0 search/1 #!/usr/bin/env\ tcl Tcl script text executable
30001 0 search/1 #!\ /usr/bin/env\ tcl Tcl script text executable
30905 # using env
30906 0 string/t #!/usr/bin/env a
30910 0 string/b #!/usr/bin/env a
30914 0 string/t #!\ /usr/bin/env a
[all …]

Completed in 164 milliseconds

1234567