Home
last modified time | relevance | path

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

/PHP-5.5/ext/tidy/
H A Dtidy.c112 #define ADD_PROPERTY_STRING(_table, _key, _string) \ argument
116 if (_string) { \
117 ZVAL_STRING(tmp, (char *)_string, 1); \
124 #define ADD_PROPERTY_STRINGL(_table, _key, _string, _len) \ argument
128 if (_string) { \
129 ZVAL_STRINGL(tmp, (char *)_string, _len, 1); \
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c115 typedef struct _string { struct

Completed in 30 milliseconds