Home
last modified time | relevance | path

Searched refs:putenv (Results 1 – 25 of 138) sorted by last modified time

123456

/php-src/
H A Dconfigure.ac617 putenv \
H A Drun-tests.php193 putenv('SSH_CLIENT=deleted');
194 putenv('SSH_AUTH_SOCK=deleted');
195 putenv('SSH_TTY=deleted');
196 putenv('SSH_CONNECTION=deleted');
504 putenv("TEST_PHP_EXECUTABLE=$php");
509 putenv("TEST_PHP_EXECUTABLE=$php");
513 putenv('NO_INTERACTION=1');
665 putenv("TEST_PHP_EXECUTABLE=$php");
669 putenv("TEST_PHP_CGI_EXECUTABLE=$php_cgi");
673 putenv("TEST_PHPDBG_EXECUTABLE=$phpdbg");
[all …]
/php-src/sapi/cgi/
H A Dcgi_main.c629 putenv(buf); in _sapi_cgi_putenv()
635 putenv(buf); in _sapi_cgi_putenv()
1981 putenv(putenv_buf);
1982 putenv("PHP_FCGI_CHILDREN_FOR_KID=");
/php-src/ext/odbc/
H A Dphp_odbc.c553 putenv("DB2NOEXITLIST=TRUE"); in PHP_MINIT_FUNCTION()
/php-src/sapi/cli/tests/
H A D017.phpt73 putenv('PHP_HISTFILE=' . $php_history_tmp);
/php-src/ext/standard/
H A Dbasic_functions.stub.php1957 function putenv(string $assignment): bool {} function
H A Dbasic_functions_arginfo.h2418 ZEND_FUNCTION(putenv);
3043 ZEND_FE(putenv, arginfo_putenv)
H A Dbasic_functions.c172 putenv(pe->previous_value); in php_putenv_destructor()
738 PHP_FUNCTION(putenv) argument
790 if (!p || putenv(pe.putenv_string) == 0) { /* success */
793 if (putenv(pe.putenv_string) == 0) { /* success */
/php-src/ext/pdo/tests/
H A Dpdo_035.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
101 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dgh8626.phpt19 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dpdo_test.inc15 foreach($conf['ENV'] as $n=>$v) putenv("$n=$v");
60 putenv("$k=$v");
H A Dpdo_017.phpt29 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dpdo_014.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dpdo_023.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dbug_60665.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dbug_69356.phpt15 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dbug_72788.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
17 putenv("PDOTEST_ATTR=" . serialize(array(PDO::ATTR_PERSISTENT => true)));
H A Dpdo_011.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dpdo_012.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dpdo_013.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dbug_43139.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
H A Dbug_43663.phpt23 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
/php-src/sapi/fpm/tests/
H A Dbug75712-getenv-server-vars.phpt29 putenv('DTEST=dt');
/php-src/sapi/fuzzer/
H A Dfuzzer-sapi.c160 putenv("USE_ZEND_ALLOC=0"); in fuzzer_init_php()
/php-src/sapi/phpdbg/tests/
H A Dgh12962.phpt9 putenv('PHP_INI_SCAN_DIR='.__DIR__."/gh12962");

Completed in 90 milliseconds

123456