Home
last modified time | relevance | path

Searched refs:env_array (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/dom/tests/
H A Ddomdocumentload_utilities.php6 $env_array = explode('|', $libxmlOptions);
7 $libxml_constants = array_intersect_key($defined_constants['libxml'], array_flip($env_array));
/PHP-5.5/ext/filter/
H A Dphp_filter.h59 zval *env_array; variable
H A Dfilter.c197 filter_globals->env_array = NULL; in PHP_INI_END()
311 VAR_ARRAY_COPY_DTOR(env_array) in PHP_RSHUTDOWN_FUNCTION()
356 IF_G(env_array) = NULL; in php_sapi_filter_init()
433 PARSE_CASE(PARSE_ENV, env_array, TRACK_VARS_ENV) in php_sapi_filter()
551 array_ptr = IF_G(env_array) ? IF_G(env_array) : PG(http_globals)[TRACK_VARS_ENV]; in php_filter_get_storage()

Completed in 11 milliseconds