Home
last modified time | relevance | path

Searched refs:__s (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/simplexml/
H A Dphp_simplexml_exports.h33 #define GET_NODE(__s, __n) { \ argument
34 if ((__s)->node && (__s)->node->node) { \
35 __n = (__s)->node->node; \
H A Dsimplexml.c102 #define GET_NODE(__s, __n) { \ argument
103 if ((__s)->node && (__s)->node->node) { \
104 __n = (__s)->node->node; \
/PHP-5.6/ext/standard/
H A Dphp_smart_str.h108 smart_str *__s = (smart_str *) (s); \
109 if (__s->c) { \
110 pefree(__s->c, what); \
111 __s->c = NULL; \
113 __s->a = __s->len = 0; \
/PHP-5.6/Zend/
H A Dzend_API.h579 const char *__s=(s); \
581 Z_STRLEN_P(__z) = strlen(__s); \
585 Z_STRVAL_P(__z) = (duplicate?estrndup(__s, Z_STRLEN_P(__z)):(char*)__s);\
590 const char *__s=(s); int __l=l; \
593 Z_STRVAL_P(__z) = (duplicate?estrndup(__s, __l):(char*)__s);\
/PHP-5.6/ext/opcache/Optimizer/
H A Dblock_pass.c317 zend_block_source *__s = tob->sources; \
318 while (__s && __s->from != fromb) __s = __s->next; \
319 if (__s == NULL) { \

Completed in 30 milliseconds