txt 73 ext/opcache/Optimizer/block_pass.c static inline void print_block(zend_code_block *block, zend_op *opcodes, char *txt) txt 75 ext/opcache/Optimizer/block_pass.c fprintf(stderr, "%sBlock: %d-%d (%d)", txt, block->start_opline - opcodes, block->start_opline - opcodes + block->len - 1, block->len); txt 209 ext/standard/dns_win32.c zend_string *txt; txt 222 ext/standard/dns_win32.c txt = zend_string_safe_alloc(txt_len, 2, 0, 0); txt 223 ext/standard/dns_win32.c txt_dst = txt->val; txt 230 ext/standard/dns_win32.c txt->len = txt_dst - txt->val; txt 231 ext/standard/dns_win32.c add_assoc_str(subarray, "txt", txt);