old               509 ext/calendar/calendar.c 	char *p, old[18], *endofalafim;
old               511 ext/calendar/calendar.c 	p = endofalafim = old;
old               590 ext/calendar/calendar.c 	*ret = estrndup(old, (p - old) + 1);
old               319 ext/fileinfo/libmagic/compress.c uncompressgzipped(struct magic_set *ms, const unsigned char *old,
old               322 ext/fileinfo/libmagic/compress.c 	unsigned char flg = old[3];
old               330 ext/fileinfo/libmagic/compress.c 		data_start += 2 + old[data_start] + old[data_start + 1] * 256;
old               333 ext/fileinfo/libmagic/compress.c 		while(data_start < n && old[data_start])
old               338 ext/fileinfo/libmagic/compress.c 		while(data_start < n && old[data_start])
old               352 ext/fileinfo/libmagic/compress.c 	z.next_in = (Bytef *)strchr((const char *)old + data_start,
old               353 ext/fileinfo/libmagic/compress.c 	    old[data_start]);
old               386 ext/fileinfo/libmagic/compress.c     const unsigned char *old, unsigned char **newch, size_t n)
old               395 ext/fileinfo/libmagic/compress.c 		return uncompressgzipped(ms, old, newch, n);
old               448 ext/fileinfo/libmagic/compress.c 				if (swrite(fdin[1], old, n) != (ssize_t)n) {
old              1085 ext/libxml/libxml.c 	zend_bool old = LIBXML(entity_loader_disabled);
old              1088 ext/libxml/libxml.c 	return old;
old              1767 ext/mbstring/oniguruma/regcomp.c       Node*  old = *ptarget;
old              1769 ext/mbstring/oniguruma/regcomp.c       if (*ptarget != old && NTYPE(*ptarget) == NT_QTFR) {
old               334 ext/opcache/Optimizer/block_pass.c static inline void replace_source(zend_block_source *list, zend_code_block *old, zend_code_block *new)
old               349 ext/opcache/Optimizer/block_pass.c 		if ((*cs)->from == old) {
old                34 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), &(new), sizeof(void*), NULL)
old                35 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new)	zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), (void**)&(new))
old                37 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new), sizeof(void*), NULL)
old                38 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new)	zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new))
old               432 ext/opcache/zend_shared_alloc.c void zend_shared_alloc_register_xlat_entry(const void *old, const void *new)
old               434 ext/opcache/zend_shared_alloc.c 	zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL);
old               437 ext/opcache/zend_shared_alloc.c void *zend_shared_alloc_get_xlat_entry(const void *old)
old               441 ext/opcache/zend_shared_alloc.c 	if (zend_hash_index_find(&xlat_table, (ulong)old, (void **)&retval) == FAILURE) {
old               152 ext/opcache/zend_shared_alloc.h void zend_shared_alloc_register_xlat_entry(const void *old, const void *new);
old               153 ext/opcache/zend_shared_alloc.h void *zend_shared_alloc_get_xlat_entry(const void *old);
old                51 ext/phar/phar.c 	zend_bool old, ini;
old                54 ext/phar/phar.c 		old = PHAR_G(readonly_orig);
old                56 ext/phar/phar.c 		old = PHAR_G(require_hash_orig);
old                79 ext/phar/phar.c 	} else if (old && !ini) {
old               211 ext/phar/tar.c 	php_uint32 sum1, sum2, size, old;
old               234 ext/phar/tar.c 	old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0);
old               264 ext/phar/tar.c 		sum2 = phar_tar_checksum(buf, old?sizeof(old_tar_header):sizeof(tar_header));
old               270 ext/phar/tar.c 		if (!old && (hdr->typeflag == TAR_GLOBAL_HDR || hdr->typeflag == TAR_FILE_HDR)) {
old               275 ext/phar/tar.c 		if (((!old && hdr->prefix[0] == 0) || old) && strnlen(hdr->name, 100) == sizeof(".phar/signature.bin")-1 && !strncmp(hdr->name, ".phar/signature.bin", sizeof(".phar/signature.bin")-1)) {
old               408 ext/phar/tar.c 		} else if (!last_was_longlink && !old && hdr->prefix[0] != 0) {
old               465 ext/phar/tar.c 		entry.tar_type = ((old & (hdr->typeflag == '\0')) ? TAR_FILE : hdr->typeflag);
old               474 ext/phar/tar.c 		if (old && entry.tar_type == TAR_FILE && S_ISDIR(entry.flags)) {
old               693 ext/phar/tar.c 	php_stream *old;
old              1138 ext/phar/tar.c 	pass.old = oldfile;
old               760 ext/phar/zip.c 	php_stream *old;
old               932 ext/phar/zip.c 		if (p->old) {
old               933 ext/phar/zip.c 			if (-1 == php_stream_seek(p->old, entry->offset_abs, SEEK_SET)) {
old              1055 ext/phar/zip.c 		if (!entry->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->filefp, entry->compressed_filesize, NULL)) {
old              1363 ext/phar/zip.c 	pass.old = oldfile;
old               253 ext/soap/php_encoding.c 	xmlChar old;
old               260 ext/soap/php_encoding.c 	old = '\0';
old               262 ext/soap/php_encoding.c 		if (*str != ' ' || old != ' ') {
old               266 ext/soap/php_encoding.c 		old = *str;
old               269 ext/soap/php_encoding.c 	if (old == ' ') {
old                95 ext/soap/php_xml.c 		zend_bool old;
old               106 ext/soap/php_xml.c 		old = php_libxml_disable_entity_loader(1 TSRMLS_CC);
old               108 ext/soap/php_xml.c 		php_libxml_disable_entity_loader(old TSRMLS_CC);
old               146 ext/soap/php_xml.c 		zend_bool old;
old               156 ext/soap/php_xml.c 		old = php_libxml_disable_entity_loader(1 TSRMLS_CC);
old               158 ext/soap/php_xml.c 		php_libxml_disable_entity_loader(old TSRMLS_CC);
old              2169 ext/soap/soap.c 			int old = PG(display_errors);
old              2210 ext/soap/soap.c 			PG(display_errors) = old;
old              2219 ext/soap/soap.c 		int old = PG(display_errors);
old              2293 ext/soap/soap.c 		PG(display_errors) = old;
old               964 ext/spl/spl_dllist.c 		spl_ptr_llist_element *old = *traverse_pointer_ptr;
old               967 ext/spl/spl_dllist.c 			*traverse_pointer_ptr = old->prev;
old               978 ext/spl/spl_dllist.c 			*traverse_pointer_ptr = old->next;
old               991 ext/spl/spl_dllist.c 		SPL_LLIST_DELREF(old);
old               937 ext/standard/html.c 	const char *old,
old               951 ext/standard/html.c 	lim = old + oldlen; /* terminator address */
old               954 ext/standard/html.c 	for (p = old, q = ret; p < lim;) {
old              1098 ext/standard/html.c PHPAPI char *php_unescape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC)
old              1116 ext/standard/html.c 		ret = estrndup((char*)old, oldlen);
old              1130 ext/standard/html.c 	traverse_for_entities(old, oldlen, ret, &retlen, all, flags, inverse_map, charset);
old              1138 ext/standard/html.c PHPAPI char *php_escape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC)
old              1140 ext/standard/html.c 	return php_escape_html_entities_ex(old, oldlen, newlen, all, flags, hint_charset, 1 TSRMLS_CC);
old              1150 ext/standard/html.c 	unsigned char *old,
old              1177 ext/standard/html.c 		next_char = get_next_char(charset, old, oldlen, cursor, &status); 
old              1226 ext/standard/html.c PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC)
old              1287 ext/standard/html.c 		unsigned int this_char			= get_next_char(charset, old, oldlen, &cursor, &status);
old              1310 ext/standard/html.c 			mbsequence = &old[cursor_before];
old              1333 ext/standard/html.c 					&rep_len, old, oldlen, &cursor);
old              1391 ext/standard/html.c 				if (old[cursor] == '#') { /* numeric entity */
old              1394 ext/standard/html.c 					char *pos = (char*)&old[cursor+1];
old              1402 ext/standard/html.c 					ent_len = pos - (char*)&old[cursor];
old              1405 ext/standard/html.c 					const char *start = &old[cursor],
old              1429 ext/standard/html.c 				memcpy(&replaced[len], &old[cursor], ent_len);
old                57 ext/standard/html.h PHPAPI char *php_escape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC);
old                58 ext/standard/html.h PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC);
old                59 ext/standard/html.h PHPAPI char *php_unescape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC);
old               130 ext/standard/string.c static char *php_bin2hex(const unsigned char *old, const size_t oldlen, size_t *newlen)
old               138 ext/standard/string.c 		result[j++] = hexconvtab[old[i] >> 4];
old               139 ext/standard/string.c 		result[j++] = hexconvtab[old[i] & 15];
old               152 ext/standard/string.c static char *php_hex2bin(const unsigned char *old, const size_t oldlen, size_t *newlen)
old               158 ext/standard/string.c 		char c = old[j++];
old               169 ext/standard/string.c 		c = old[j++];
old              2606 ext/standard/string.c 	char *str, *old;
old              2612 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &old, &old_len) == FAILURE) {
old              2616 ext/standard/string.c 	old_end = old + old_len;
old              2618 ext/standard/string.c 	if (old == old_end) {
old              2624 ext/standard/string.c 	for (p = old, q = str; p != old_end; p++) {
old              1272 sapi/cgi/cgi_main.c 								char old;
old              1275 sapi/cgi/cgi_main.c 								old = path_info[0];
old              1286 sapi/cgi/cgi_main.c 								path_info[0] = old;
old                43 sapi/fpm/fpm/fpm_atomic.h static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /* {{{ */
old                48 sapi/fpm/fpm/fpm_atomic.h 		"=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory");
old                69 sapi/fpm/fpm/fpm_atomic.h static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /* {{{ */
old                74 sapi/fpm/fpm/fpm_atomic.h 		"=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory");
old               104 sapi/fpm/fpm/fpm_atomic.h static inline int atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */
old               106 sapi/fpm/fpm/fpm_atomic.h 	__asm__ __volatile__("casx [%2], %3, %0 " : "=&r"(new)  : "0"(new), "r"(lock), "r"(old): "memory");
old               112 sapi/fpm/fpm/fpm_atomic.h static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /* {{{ */
old               114 sapi/fpm/fpm/fpm_atomic.h 	return (atomic_cas_64(lock, old, set)==old);
old               121 sapi/fpm/fpm/fpm_atomic.h static inline int atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */
old               123 sapi/fpm/fpm/fpm_atomic.h 	__asm__ __volatile__("cas [%2], %3, %0 " : "=&r"(new)  : "0"(new), "r"(lock), "r"(old): "memory");
old               129 sapi/fpm/fpm/fpm_atomic.h static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /* {{{ */
old               131 sapi/fpm/fpm/fpm_atomic.h 	return (atomic_cas_32(lock, old, set)==old);
old              1254 sapi/fpm/fpm/fpm_main.c 									char old;
old              1257 sapi/fpm/fpm/fpm_main.c 									old = path_info[0];
old              1268 sapi/fpm/fpm/fpm_main.c 									path_info[0] = old;
old               176 sapi/phpdbg/phpdbg_set.c 			FILE *old = PHPDBG_G(oplog);
old               181 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(oplog) = old;
old               183 sapi/phpdbg/phpdbg_set.c 				if (old) {
old               185 sapi/phpdbg/phpdbg_set.c 					fclose(old);