Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dlibxml.c545 char *unescaped = NULL; in php_libxml_output_buffer_create_filename() local
558 unescaped = xmlURIUnescapeString(URI, 0, NULL); in php_libxml_output_buffer_create_filename()
562 if (unescaped != NULL) { in php_libxml_output_buffer_create_filename()
563 context = php_libxml_streams_IO_open_write_wrapper(unescaped); in php_libxml_output_buffer_create_filename()
564 xmlFree(unescaped); in php_libxml_output_buffer_create_filename()
/php-src/ext/odbc/tests/
H A Dodbc_utils.phpt11 // 1. No, the unescaped special character in the middle breaks what would be quoted.
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data145 unescaped ="\n\r\t"
H A Dparse_ini_basic.phpt302 ["unescaped"]=>
/php-src/ext/json/tests/
H A Dpass001.1.phpt7 /* Modified to test unescaped UNICODE as keys and values.
H A Dpass001.1_64bit.phpt11 /* Modified to test unescaped UNICODE as keys and values.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます35404 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
H A Dmagic35404 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content

Completed in 200 milliseconds