ENT_NOQUOTES      265 ext/filter/sanitizing_filters.c 		quotes = ENT_NOQUOTES;
ENT_NOQUOTES     1485 ext/standard/html.c 	REGISTER_LONG_CONSTANT("ENT_NOQUOTES", ENT_NOQUOTES, CONST_PERSISTENT|CONST_CS);
ENT_NOQUOTES     1034 sapi/phpdbg/phpdbg_out.c 					encoded = php_escape_html_entities((unsigned char *) msg, msglen, 0, ENT_NOQUOTES, PG(internal_encoding) && PG(internal_encoding)[0] ? PG(internal_encoding) : (SG(default_charset) ? SG(default_charset) : "UTF-8"));