Searched refs:unescaped (Results 1 – 7 of 7) sorted by relevance
436 char *unescaped = NULL; in php_libxml_output_buffer_create_filename() local444 unescaped = xmlURIUnescapeString(URI, 0, NULL); in php_libxml_output_buffer_create_filename()448 if (unescaped != NULL) { in php_libxml_output_buffer_create_filename()449 context = php_libxml_streams_IO_open_write_wrapper(unescaped); in php_libxml_output_buffer_create_filename()450 xmlFree(unescaped); in php_libxml_output_buffer_create_filename()
12 /* Modified to test unescaped UNICODE as keys and values.
1734 unescaped square brackets may also appear as part of class names. For3548 when there were unescaped parentheses in a character class, parentheses
2195 PCRE_EXTENDED also causes characters between an unescaped # outside a2330 characters, and so are ignored in this mode. Also, an unescaped # out-6931 PCRE_EXTENDED option is set, an unescaped # character also introduces a
18766 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
Completed in 119 milliseconds