Home
last modified time | relevance | path

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

/PHP-5.3/ext/tidy/
H A Dtidy.c111 #define ADD_PROPERTY_STRING(_table, _key, _string) \ argument
115 if (_string) { \
116 ZVAL_STRING(tmp, (char *)_string, 1); \
123 #define ADD_PROPERTY_STRINGL(_table, _key, _string, _len) \ argument
127 if (_string) { \
128 ZVAL_STRINGL(tmp, (char *)_string, _len, 1); \
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in511 ** The 3rd argument to _string and _error is the number of characters to
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c109 typedef struct _string { struct

Completed in 24 milliseconds