Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug47859.phpt7 var_dump(parse_ini_string('_key = "_value"'));
25 string(6) "_value"
/PHP-7.2/ext/json/
H A Djson.c87 #define PHP_JSON_REGISTER_CONSTANT(_name, _value) \ argument
88 REGISTER_LONG_CONSTANT(_name, _value, CONST_CS | CONST_PERSISTENT);
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c2239 const char * _value; member
2246 return ((const struct _headerInfo *)v1)->_value - in compareValueLocation()
2247 ((const struct _headerInfo *)v2)->_value; in compareValueLocation()
2276 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2303 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()
2319 headers[i]._value, headers[i]._valueLen, arg ); in LSAPI_ForeachOrgHeader_r()

Completed in 20 milliseconds