Home
last modified time | relevance | path

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

/PHP-7.1/ext/tidy/
H A Dtidy.c115 #define ADD_PROPERTY_STRING(_table, _key, _string) \ argument
118 if (_string) { \
119 ZVAL_STRING(&tmp, (char *)_string); \
126 #define ADD_PROPERTY_STRINGL(_table, _key, _string, _len) \ argument
129 if (_string) { \
130 ZVAL_STRINGL(&tmp, (char *)_string, _len); \
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c124 typedef struct _string { struct

Completed in 28 milliseconds