Home
last modified time | relevance | path

Searched refs:env_val (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/sapi/apache2handler/
H A Dphp_functions.c292 char *env_val=NULL; in PHP_FUNCTION() local
310 env_val = (char*) apr_table_get(r->subprocess_env, variable); in PHP_FUNCTION()
312 if (env_val != NULL) { in PHP_FUNCTION()
313 RETURN_STRING(env_val); in PHP_FUNCTION()
/PHP-8.0/
H A Drun-tests.php2793 foreach ($env as $env_var => $env_val) {
2794 $env_lines[] = "export $env_var=" . escapeshellarg($env_val ?? "");

Completed in 14 milliseconds