__s 622 Zend/zend_types.h zend_string *__s = (s); \ __s 623 Zend/zend_types.h Z_STR_P(__z) = __s; \ __s 625 Zend/zend_types.h Z_TYPE_INFO_P(__z) = ZSTR_IS_INTERNED(__s) ? \ __s 632 Zend/zend_types.h zend_string *__s = (s); \ __s 633 Zend/zend_types.h Z_STR_P(__z) = __s; \ __s 639 Zend/zend_types.h zend_string *__s = (s); \ __s 640 Zend/zend_types.h Z_STR_P(__z) = __s; \ __s 646 Zend/zend_types.h zend_string *__s = (s); \ __s 647 Zend/zend_types.h Z_STR_P(__z) = __s; \ __s 649 Zend/zend_types.h if (ZSTR_IS_INTERNED(__s)) { \ __s 652 Zend/zend_types.h GC_REFCOUNT(__s)++; \ __s 339 ext/opcache/Optimizer/block_pass.c zend_block_source *__s = tob->sources; \ __s 340 ext/opcache/Optimizer/block_pass.c while (__s && __s->from != fromb) __s = __s->next; \ __s 341 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 89 ext/simplexml/simplexml.c #define GET_NODE(__s, __n) { \ __s 90 ext/simplexml/simplexml.c if ((__s)->node && (__s)->node->node) { \ __s 91 ext/simplexml/simplexml.c __n = (__s)->node->node; \ __s 103 ext/standard/php_smart_string.h smart_string *__s = (smart_string *) (s); \ __s 104 ext/standard/php_smart_string.h if (__s->c) { \ __s 105 ext/standard/php_smart_string.h pefree(__s->c, what); \ __s 106 ext/standard/php_smart_string.h __s->c = NULL; \ __s 108 ext/standard/php_smart_string.h __s->a = __s->len = 0; \