Searched refs:notationName (Results 1 – 3 of 3) sorted by relevance
34 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
899 const XML_Char *notationName) in _xml_unparsedEntityDeclHandler() argument911 _xml_xmlchar_zval(notationName, 0, parser->target_encoding, &args[5]); in _xml_unparsedEntityDeclHandler()920 const XML_Char *notationName, in _xml_notationDeclHandler() argument931 _xml_xmlchar_zval(notationName, 0, parser->target_encoding, &args[1]); in _xml_notationDeclHandler()
631 public ?string $notationName; variable in DOMEntity
Completed in 12 milliseconds