Searched refs:unescaped (Results 1 – 6 of 6) sorted by relevance
436 char *unescaped = NULL; in php_libxml_output_buffer_create_filename() local449 unescaped = xmlURIUnescapeString(URI, 0, NULL); in php_libxml_output_buffer_create_filename()453 if (unescaped != NULL) { in php_libxml_output_buffer_create_filename()454 context = php_libxml_streams_IO_open_write_wrapper(unescaped); in php_libxml_output_buffer_create_filename()455 xmlFree(unescaped); in php_libxml_output_buffer_create_filename()
7 /* Modified to test unescaped UNICODE as keys and values.
11 /* Modified to test unescaped UNICODE as keys and values.
1272 . Fixed bug #79841 (Syntax error in configure / unescaped "[]" in php.m4).
28692 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
Completed in 167 milliseconds