Home
last modified time | relevance | path

Searched refs:putenv (Results 126 – 132 of 132) sorted by relevance

123456

/PHP-7.4/ext/pdo/tests/
H A Dpdo_011.phpt13 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dpdo_018.phpt13 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c632 putenv(buf); in _sapi_cgi_putenv()
638 putenv(buf); in _sapi_cgi_putenv()
2028 putenv(putenv_buf);
2029 putenv("PHP_FCGI_CHILDREN_FOR_KID=");
/PHP-7.4/
H A DUPGRADING.INTERNALS198 reasonable. This results in "thread safe" getenv/putenv in Windows and
204 The above is not an exhaustive list of such functions, while getenv/putenv
H A Dconfigure.ac627 putenv \
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2983 PHP_FE(putenv, arginfo_putenv)
3480 putenv(pe->previous_value); in php_putenv_destructor()
4161 PHP_FUNCTION(putenv) argument
4224 if (!p || putenv(pe.putenv_string) == 0) { /* success */
4227 if (putenv(pe.putenv_string) == 0) { /* success */
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c808 putenv("DB2NOEXITLIST=TRUE"); in PHP_MINIT_FUNCTION()

Completed in 51 milliseconds

123456