Home
last modified time | relevance | path

Searched refs:env (Results 151 – 175 of 175) sorted by relevance

1234567

/PHP-8.2/.github/workflows/
H A Dnightly.yml47 env:
52 env:
145 env:
154 env:
277 env:
282 env:
331 env:
450 env:
455 env:
698 env:
/PHP-8.2/ext/standard/
H A Dinfo.c782 char **env, *tmp1, *tmp2; in php_print_info() local
989 for (env=environ; env!=NULL && *env !=NULL; env++) { in php_print_info()
990 tmp1 = estrdup(*env); in php_print_info()
/PHP-8.2/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.h131 OCIEnv *env; /* env of this session pool */ member
143 OCIEnv *env; /* private env handle */ member
532 OCIEnv *env; /* global environment handle */ variable
H A Doci8_statement.c58 …PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->stmt), OCI_HTYPE_STMT, 0, NU… in php_oci_statement_create()
61 …PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->err), OCI_HTYPE_ERROR, 0, NU… in php_oci_statement_create()
158 …PHP_OCI_CALL(OCIHandleAlloc, (statement->connection->env, (dvoid **)&(statement2->err), OCI_HTYPE_… in php_oci_get_implicit_resultset()
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug69362.phpt13 if (empty($dsn)) die('skip no dsn found in env');
H A Dbug62479.phpt13 if (empty($dsn)) die('skip no dsn found in env');
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c107 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, in oci_stmt_dtor()
300 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing); in oci_stmt_param_hook()
361 STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_param_hook()
441 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing); in oci_stmt_param_hook()
563 … STMT_CALL(OCIDescriptorAlloc, (S->H->env, (dvoid**)&S->cols[colno].data, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_describe()
739 OCILobCharSetForm(self->S->H->env, self->S->err, self->lob, &self->csfrm); in oci_create_lob_stream()
/PHP-8.2/win32/
H A Dcodepage.h74 PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env);
H A Dcodepage.c428 PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env) in php_win32_cp_env_any_to_w() argument
431 char *cur = (char *)env, *prev; in php_win32_cp_env_any_to_w()
434 if (!env) { in php_win32_cp_env_any_to_w()
/PHP-8.2/sapi/fpm/
H A Dwww.conf.in313 ; it must be associated with embraces to specify the name of the env
443 ; by clearing the environment in workers before env vars specified in this
460 ; Default Value: clean env
461 ;env[HOSTNAME] = $HOSTNAME
462 ;env[PATH] = /usr/local/bin:/usr/bin:/bin
463 ;env[TMP] = /tmp
464 ;env[TMPDIR] = /tmp
465 ;env[TEMP] = /tmp
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c1587 char **env, *p, *q, *var, *val, *t = buf; local
1591 for (env = environ; env != NULL && *env != NULL; env++) {
1592 val = strchr(*env, '=');
1596 var_len = val - *env;
1601 var = *env;
/PHP-8.2/TSRM/
H A Dtsrm_win32.c445 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex() argument
547 envw = php_win32_cp_env_any_to_w(env); in popen_ex()
551 if (env) { in popen_ex()
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c3817 char **env; in unset_lsapi_envs() local
3819 env = *_NSGetEnviron(); in unset_lsapi_envs()
3821 env = environ; in unset_lsapi_envs()
3823 while( env != NULL && *env != NULL ) in unset_lsapi_envs()
3825 if (!strncmp(*env, "LSAPI_", 6) || !strncmp( *env, "PHP_LSAPI_", 10 ) in unset_lsapi_envs()
3826 || (!strncmp( *env, "PHPRC=", 6 )&&(!s_uid))) in unset_lsapi_envs()
3828 char ** del = env; in unset_lsapi_envs()
3834 ++env; in unset_lsapi_envs()
/PHP-8.2/win32/build/
H A Dconfutils.js599 var i, found = false, place = false, file, env;
622 env = WshShell.Environment("Process").Item(env_name);
623 env = env.split(";");
624 for (i = 0; i < env.length; i++) {
625 file = glob(env[i] + "\\" + thing_to_find);
/PHP-8.2/ext/soap/
H A Dsoap.c1289 xmlNodePtr env = get_node(doc_request->children,"Envelope"); local
1290 if (env && env->ns) {
1291 if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
1293 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
2968 xmlNodePtr trav,env,head,body,func; local
2975 env = get_envelope(request->children, version, &envelope_ns);
2976 if (!env) {
2980 attr = env->properties;
2996 trav = env->children;
/PHP-8.2/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.2/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.2/sapi/fpm/fpm/
H A Dfpm_conf.c705 for (kv = wpc->env; kv; kv = kv_next) { in fpm_worker_pool_config_free()
1560 config = (char *)current_wp->config + WPO(env); in fpm_conf_ini_parser_array()
1808 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_conf_dump()
/PHP-8.2/
H A DNEWS197 . Fixed bug GH-14590 (Memory leak in FPM test gh13563-conf-bool-env.phpt.
440 . Fixed bug GH-13563 (Setting bool values via env in FPM config fails).
H A Dphp.ini-development795 ; https://php.net/cgi.redirect-status-env
H A Dphp.ini-production797 ; https://php.net/cgi.redirect-status-env
/PHP-8.2/sapi/fpm/tests/
H A Dtester.inc425 …* @param array|null $envVars List of env variable to execute FPM with or null to use the curre…
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic20867 0 search/1 #!/usr/bin/env\ lua Lua script text executable
20869 0 search/1 #!\ /usr/bin/env\ lua Lua script text executable
27061 0 string #!/usr/bin/env\ perl Perl script text executable
27063 0 string #!\ /usr/bin/env\ perl Perl script text executable
31922 0 search/1 #!/usr/bin/env\ tcl Tcl script text executable
31924 0 search/1 #!\ /usr/bin/env\ tcl Tcl script text executable
32831 # using env
32832 0 string/t #!/usr/bin/env a
32836 0 string/b #!/usr/bin/env a
32840 0 string/t #!\ /usr/bin/env a
[all …]
H A Dmagic私はガラスを食べられます20867 0 search/1 #!/usr/bin/env\ lua Lua script text executable
20869 0 search/1 #!\ /usr/bin/env\ lua Lua script text executable
27061 0 string #!/usr/bin/env\ perl Perl script text executable
27063 0 string #!\ /usr/bin/env\ perl Perl script text executable
31922 0 search/1 #!/usr/bin/env\ tcl Tcl script text executable
31924 0 search/1 #!\ /usr/bin/env\ tcl Tcl script text executable
32831 # using env
32832 0 string/t #!/usr/bin/env a
32836 0 string/b #!/usr/bin/env a
32840 0 string/t #!\ /usr/bin/env a
[all …]

Completed in 375 milliseconds

1234567