Home
last modified time | relevance | path

Searched refs:unescaped (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/libxml/
H A Dlibxml.c436 char *unescaped = NULL; in php_libxml_output_buffer_create_filename() local
444 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()
/PHP-7.1/ext/json/tests/
H A Dpass001.1.phpt12 /* Modified to test unescaped UNICODE as keys and values.
H A Dpass001.1_64bit.phpt12 /* Modified to test unescaped UNICODE as keys and values.
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog1734 unescaped square brackets may also appear as part of class names. For
3548 when there were unescaped parentheses in a character class, parentheses
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2195 PCRE_EXTENDED also causes characters between an unescaped # outside a
2330 characters, and so are ignored in this mode. Also, an unescaped # out-
6931 PCRE_EXTENDED option is set, an unescaped # character also introduces a
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic18766 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
H A Dmagic私はガラスを食べられます18766 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content

Completed in 119 milliseconds