txt 43 ext/opcache/Optimizer/block_pass.c static inline void print_block(zend_code_block *block, zend_op *opcodes, char *txt) txt 45 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 210 ext/standard/dns_win32.c char *txt, *txt_dst; txt 223 ext/standard/dns_win32.c txt = ecalloc(txt_len * 2, 1); txt 224 ext/standard/dns_win32.c txt_dst = txt; txt 232 ext/standard/dns_win32.c add_assoc_string(*subarray, "txt", txt, 0);