Searched refs:unescaped (Results 1 – 5 of 5) sorted by relevance
484 char *unescaped = NULL; in php_libxml_output_buffer_create_filename() local497 unescaped = xmlURIUnescapeString(URI, 0, NULL); in php_libxml_output_buffer_create_filename()501 if (unescaped != NULL) { in php_libxml_output_buffer_create_filename()502 context = php_libxml_streams_IO_open_write_wrapper(unescaped); in php_libxml_output_buffer_create_filename()503 xmlFree(unescaped); in php_libxml_output_buffer_create_filename()
11 /* Modified to test unescaped UNICODE as keys and values.
12 /* Modified to test unescaped UNICODE as keys and values.
25890 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
Completed in 89 milliseconds