Searched refs:add_variable (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/sapi/litespeed/ |
H A D | lsapi_main.c | 226 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() function 275 add_variable(t, nlen, p + 1, strlen( p + 1 ), array_ptr); in litespeed_php_import_environment_variables() 293 LSAPI_ForeachHeader( add_variable, track_vars_array ); in sapi_lsapi_register_variables() 294 LSAPI_ForeachEnv( add_variable, track_vars_array ); in sapi_lsapi_register_variables() 295 add_variable("PHP_SELF", 8, php_self, strlen( php_self ), track_vars_array ); in sapi_lsapi_register_variables()
|
Completed in 10 milliseconds