rep               440 ext/fileinfo/libmagic/funcs.c file_replace(struct magic_set *ms, const char *pat, const char *rep)
rep               464 ext/fileinfo/libmagic/funcs.c 	ZVAL_STRINGL(repl, rep, strlen(rep), 0);
rep                41 ext/standard/head.c 	zend_bool rep = 1;
rep                45 ext/standard/head.c 				&ctr.line_len, &rep, &ctr.response_code) == FAILURE)
rep                48 ext/standard/head.c 	sapi_header_op(rep ? SAPI_HEADER_REPLACE:SAPI_HEADER_ADD, &ctr TSRMLS_CC);
rep              1315 ext/standard/html.c 			const unsigned char *rep	= NULL;
rep              1332 ext/standard/html.c 				find_entity_for_char(this_char, charset, entity_table.ms_table, &rep,
rep              1335 ext/standard/html.c 				find_entity_for_char_basic(this_char, entity_table.table, &rep, &rep_len);
rep              1338 ext/standard/html.c 			if (rep != NULL) {
rep              1340 ext/standard/html.c 				memcpy(&replaced[len], rep, rep_len);