Searched refs:subset (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_variation2.phpt | 42 Warning: DOMDocument::validate(): Could not load the external subset "foobar.dtd" in %s on line %d
|
H A D | libxml_set_external_entity_loader_error1.phpt | 37 Warning: DOMDocument::validate(): Could not load the external subset "http://example.com/foobar" in…
|
/PHP-7.0/ext/dom/tests/ |
H A D | bug67081.phpt | 2 Bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset
|
/PHP-7.0/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 372 ZEND_ARG_INFO(0, subset) 379 ZEND_ARG_INFO(0, subset) 1424 char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; in PHP_FUNCTION() local 1430 …, "s|s!s!s!", &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len, &subset, &subset_len) == F… in PHP_FUNCTION() 1436 …s!s!", &pind, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len, &subset, &subset_len) == F… in PHP_FUNCTION() 1448 …xmlTextWriterWriteDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar *)subset); in PHP_FUNCTION()
|
/PHP-7.0/ext/dba/ |
H A D | README | 5 such, functionality is limited to a common subset of features supported
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | html_entity_decode_html5.phpt | 1879 "⊂", 4013 ⊂ => ⊂ e28a82
|
/PHP-7.0/ext/standard/html_tables/ |
H A D | ents_html5.txt | 1874 subset 02282
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | HACKING | 23 the one matching the longest subset of the subject string was chosen. This did
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 10956 # `xv' recognizes only a subset of the following (RGB with pixelsize = 24) 18596 # Extensible markup language (XML), a subset of SGML
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 4549 1. PCRE has only a subset of Perl's Unicode support. Details of what it
|
Completed in 181 milliseconds