Searched refs:unescaped (Results 1 – 8 of 8) sorted by relevance
590 char *unescaped = NULL; in php_libxml_output_buffer_create_filename() local603 unescaped = xmlURIUnescapeString(URI, 0, NULL); in php_libxml_output_buffer_create_filename()607 if (unescaped != NULL) { in php_libxml_output_buffer_create_filename()608 context = php_libxml_streams_IO_open_write_wrapper(unescaped); in php_libxml_output_buffer_create_filename()609 xmlFree(unescaped); in php_libxml_output_buffer_create_filename()
11 // 1. No, the unescaped special character in the middle breaks what would be quoted.
145 unescaped ="\n\r\t"
302 ["unescaped"]=>
7 /* Modified to test unescaped UNICODE as keys and values.
11 /* Modified to test unescaped UNICODE as keys and values.
35404 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
Completed in 169 milliseconds