Home
last modified time | relevance | path

Searched refs:notationName (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/dom/tests/
H A DDOMEntity_fields.phpt34 echo "notationName: ";
35 var_dump($entity->notationName);
49 notationName: string(5) "stuff"
57 notationName: string(5) "stuff"
65 notationName: string(0) ""
73 notationName: string(0) ""
81 notationName: string(5) "stuff"
89 notationName: string(0) ""
97 notationName: NULL
/php-src/ext/dom/tests/modern/xml/
H A DDTDNamedNodeMap.phpt86 ["notationName"]=>
122 ["notationName"]=>
/php-src/ext/dom/tests/modern/spec/
H A Dclone_entity_reference.phpt29 ["notationName"]=>
/php-src/ext/xml/
H A Dxml.c865 const XML_Char *publicId, const XML_Char *notationName) in _xml_unparsedEntityDeclHandler() argument
880 _xml_xmlchar_zval(notationName, 0, parser->target_encoding, &args[5]); in _xml_unparsedEntityDeclHandler()
893 void _xml_notationDeclHandler(void *userData, const XML_Char *notationName, in _xml_notationDeclHandler() argument
905 _xml_xmlchar_zval(notationName, 0, parser->target_encoding, &args[1]); in _xml_notationDeclHandler()
/php-src/ext/dom/
H A Dphp_dom.stub.php951 public ?string $notationName; variable in DOMEntity
1501 public ?string $notationName; variable in DOM\\Entity

Completed in 27 milliseconds