Home
last modified time | relevance | path

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

1234567

/PHP-7.2/ext/pdo_oci/
H A Dphp_pdo_oci_int.h34 OCIEnv *env; member
H A Doci_statement.c111 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, in oci_stmt_dtor()
308 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing); in oci_stmt_param_hook()
369 STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_param_hook()
449 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing); in oci_stmt_param_hook()
581 … STMT_CALL(OCIDescriptorAlloc, (S->H->env, (dvoid**)&S->cols[colno].data, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_describe()
/PHP-7.2/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h129 PDO_ODBC_HENV env; member
/PHP-7.2/ext/standard/
H A Dinfo.c791 char **env, *tmp1, *tmp2; in php_print_info() local
975 for (env=environ; env!=NULL && *env !=NULL; env++) { in php_print_info()
976 tmp1 = estrdup(*env); in php_print_info()
H A Dbasic_functions.c1872 ZEND_ARG_INFO(0, env) /* ARRAY_INFO(0, env, 1) */
3467 char **env; in php_putenv_destructor()
3469 for (env = environ; env != NULL && *env != NULL; env++) { in php_putenv_destructor()
3470 if (!strncmp(*env, pe->key, pe->key_len) && (*env)[pe->key_len] == '=') { /* found it */ in php_putenv_destructor()
3471 *env = ""; in php_putenv_destructor()
4135 char *p, **env; local
4177 for (env = environ; env != NULL && *env != NULL; env++) {
4178 if (!strncmp(*env, pe.key, pe.key_len) && (*env)[pe.key_len] == '=') { /* found it */
4181 pe.previous_value = estrdup(*env);
4183 pe.previous_value = *env;
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c243 char **env, *p, *t = buf; in litespeed_php_import_environment_variables() local
263 for (env = environ; env != NULL && *env != NULL; env++) { in litespeed_php_import_environment_variables()
264 p = strchr(*env, '='); in litespeed_php_import_environment_variables()
268 nlen = p - *env; in litespeed_php_import_environment_variables()
273 memcpy(t, *env, nlen); in litespeed_php_import_environment_variables()
H A Dlsapilib.c3560 char **env; in unset_lsapi_envs() local
3562 env = *_NSGetEnviron(); in unset_lsapi_envs()
3564 env = environ; in unset_lsapi_envs()
3566 while( env != NULL && *env != NULL ) in unset_lsapi_envs()
3568 if (!strncmp(*env, "LSAPI_", 6) || !strncmp( *env, "PHP_LSAPI_", 10 ) in unset_lsapi_envs()
3569 || (!strncmp( *env, "PHPRC=", 6 )&&(!s_uid))) in unset_lsapi_envs()
3571 char ** del = env; in unset_lsapi_envs()
3577 ++env; in unset_lsapi_envs()
/PHP-7.2/ext/oci8/
H A Doci8_lob.c72 …PHP_OCI_CALL_RETURN(errstatus, OCIDescriptorAlloc, (connection->env, (dvoid*)&(descriptor->descrip… in php_oci_lob_create()
298 …PHP_OCI_CALL_RETURN(errstatus, OCILobCharSetId, (connection->env, connection->err, descriptor->des… in php_oci_lob_read()
312 …PHP_OCI_CALL_RETURN(errstatus, OCINlsNumericInfoGet, (connection->env, connection->err, &bytes_per… in php_oci_lob_read()
589 …PHP_OCI_CALL_RETURN(errstatus, OCILobIsTemporary, (connection->env,connection->err, descriptor->de… in php_oci_temp_lob_close()
881 PHP_OCI_CALL_RETURN(errstatus, OCILobIsEqual, (connection->env, first_lob, second_lob, result)); in php_oci_lob_is_equal()
H A Dphp_oci8_int.h129 OCIEnv *env; /* env of this session pool */ member
141 OCIEnv *env; /* private env handle */ member
529 OCIEnv *env; /* global environment handle */ variable
/PHP-7.2/ext/pdo/
H A Dconfig.m415 # and the PHP_PEAR_VERSION env var is not set. That implies
/PHP-7.2/
H A D.travis.yml39 env:
H A DREADME.TESTING283 vars that are used for CGI emulation, or simply to set env vars
101 $this->env all environment variables that will get passed to the test
/PHP-7.2/ext/mysqli/tests/
H A Dconnect.inc85 …* @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS…
105 * @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS)
/PHP-7.2/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-7.2/sapi/fpm/
H A Dwww.conf.in277 ; it must be associated with embraces to specify the name of the env
376 ; by clearing the environment in workers before env vars specified in this
393 ; Default Value: clean env
394 ;env[HOSTNAME] = $HOSTNAME
395 ;env[PATH] = /usr/local/bin:/usr/bin:/bin
396 ;env[TMP] = /tmp
397 ;env[TMPDIR] = /tmp
398 ;env[TEMP] = /tmp
/PHP-7.2/win32/
H A Dcodepage.c363 PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env) in php_win32_cp_env_any_to_w() argument
366 char *cur = (char *)env, *prev; in php_win32_cp_env_any_to_w()
369 if (!env) { in php_win32_cp_env_any_to_w()
H A Dcodepage.h76 PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env);
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h327 extern void onig_scan_env_set_error_string P_((ScanEnv* env, int ecode, UChar* arg, UChar* arg_en…
342 …se_make_tree P_((Node** root, const UChar* pattern, const UChar* end, regex_t* reg, ScanEnv* env));
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c1659 char **env, *p, *q, *var, *val, *t = buf; local
1663 for (env = environ; env != NULL && *env != NULL; env++) {
1664 val = strchr(*env, '=');
1668 var_len = val - *env;
1673 var = *env;
/PHP-7.2/TSRM/
H A Dtsrm_win32.c473 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex() argument
576 envw = php_win32_cp_env_any_to_w(env); in popen_ex()
580 if (env) { in popen_ex()
/PHP-7.2/ext/soap/
H A Dsoap.c1646 xmlNodePtr env = get_node(doc_request->children,"Envelope"); local
1647 if (env && env->ns) {
1648 if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
1650 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
3416 xmlNodePtr trav,env,head,body,func; local
3423 env = NULL;
3428 env = trav;
3433 env = trav;
3443 if (env == NULL) {
3447 attr = env->properties;
[all …]
/PHP-7.2/win32/build/
H A Dconfutils.js592 var i, found = false, place = false, file, env;
615 env = WshShell.Environment("Process").Item(env_name);
616 env = env.split(";");
617 for (i = 0; i < env.length; i++) {
618 file = glob(env[i] + "\\" + thing_to_find);
/PHP-7.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-7.2/sapi/fpm/fpm/
H A Dfpm_conf.c676 for (kv = wpc->env; kv; kv = kv_next) { in fpm_worker_pool_config_free()
1450 config = (char *)current_wp->config + WPO(env); in fpm_conf_ini_parser_array()
1675 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_conf_dump()

Completed in 132 milliseconds

1234567