Home
last modified time | relevance | path

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

/PHP-8.2/ext/libxml/
H A Dlibxml.c429 char *unescaped = NULL; in php_libxml_output_buffer_create_filename() local
442 unescaped = xmlURIUnescapeString(URI, 0, NULL); in php_libxml_output_buffer_create_filename()
446 if (unescaped != NULL) { in php_libxml_output_buffer_create_filename()
447 context = php_libxml_streams_IO_open_write_wrapper(unescaped); in php_libxml_output_buffer_create_filename()
448 xmlFree(unescaped); in php_libxml_output_buffer_create_filename()
/PHP-8.2/ext/odbc/tests/
H A Dodbc_utils.phpt11 // 1. No, the unescaped special character in the middle breaks what would be quoted.
/PHP-8.2/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data143 unescaped ="\n\r\t"
H A Dparse_ini_basic.phpt295 ["unescaped"]=>
/PHP-8.2/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-8.2/ext/fileinfo/tests/
H A Dmagic30565 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
H A Dmagic私はガラスを食べられます30565 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content

Completed in 133 milliseconds