Searched refs:_value (Results 1 – 3 of 3) sorted by relevance
7 var_dump(parse_ini_string('_key = "_value"'));25 string(6) "_value"
41 #define PHP_JSON_REGISTER_CONSTANT(_name, _value) \ in ZEND_DECLARE_MODULE_GLOBALS() argument42 REGISTER_LONG_CONSTANT(_name, _value, CONST_CS | CONST_PERSISTENT); in ZEND_DECLARE_MODULE_GLOBALS()
2247 const char * _value; member2254 return ((const struct _headerInfo *)v1)->_value - in compareValueLocation()2255 ((const struct _headerInfo *)v2)->_value; in compareValueLocation()2284 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()2311 headers[count]._value = pValue; in LSAPI_ForeachOrgHeader_r()2327 headers[i]._value, headers[i]._valueLen, arg ); in LSAPI_ForeachOrgHeader_r()
Completed in 25 milliseconds