Home
last modified time | relevance | path

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

/PHP-7.0/ext/tidy/
H A Dtidy.c110 #define ADD_PROPERTY_STRING(_table, _key, _string) \ argument
113 if (_string) { \
114 ZVAL_STRING(&tmp, (char *)_string); \
121 #define ADD_PROPERTY_STRINGL(_table, _key, _string, _len) \ argument
124 if (_string) { \
125 ZVAL_STRINGL(&tmp, (char *)_string, _len); \
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c121 typedef struct _string { struct

Completed in 25 milliseconds