__s 578 Zend/zend_API.h const char *__s=(s); \ __s 580 Zend/zend_API.h Z_STRLEN_P(__z) = strlen(__s); \ __s 581 Zend/zend_API.h Z_STRVAL_P(__z) = (duplicate?estrndup(__s, Z_STRLEN_P(__z)):(char*)__s);\ __s 586 Zend/zend_API.h const char *__s=(s); int __l=l; \ __s 589 Zend/zend_API.h Z_STRVAL_P(__z) = (duplicate?estrndup(__s, __l):(char*)__s);\ __s 317 ext/opcache/Optimizer/block_pass.c zend_block_source *__s = tob->sources; \ __s 318 ext/opcache/Optimizer/block_pass.c while (__s && __s->from != fromb) __s = __s->next; \ __s 319 ext/opcache/Optimizer/block_pass.c if (__s == NULL) { \ __s 33 ext/simplexml/php_simplexml_exports.h #define GET_NODE(__s, __n) { \ __s 34 ext/simplexml/php_simplexml_exports.h if ((__s)->node && (__s)->node->node) { \ __s 35 ext/simplexml/php_simplexml_exports.h __n = (__s)->node->node; \ __s 102 ext/simplexml/simplexml.c #define GET_NODE(__s, __n) { \ __s 103 ext/simplexml/simplexml.c if ((__s)->node && (__s)->node->node) { \ __s 104 ext/simplexml/simplexml.c __n = (__s)->node->node; \ __s 104 ext/standard/php_smart_str.h smart_str *__s = (smart_str *) (s); \ __s 105 ext/standard/php_smart_str.h if (__s->c) { \ __s 106 ext/standard/php_smart_str.h pefree(__s->c, what); \ __s 107 ext/standard/php_smart_str.h __s->c = NULL; \ __s 109 ext/standard/php_smart_str.h __s->a = __s->len = 0; \