Searched refs:notationName (Results 1 – 5 of 5) sorted by relevance
34 echo "notationName: ";35 var_dump($entity->notationName);49 notationName: string(5) "stuff"63 notationName: string(5) "stuff"77 notationName: string(0) ""91 notationName: string(0) ""105 notationName: string(5) "stuff"119 notationName: string(0) ""133 notationName: NULL
86 ["notationName"]=>122 ["notationName"]=>
29 ["notationName"]=>
927 const XML_Char *publicId, const XML_Char *notationName) in xml_unparsedEntityDeclHandler() argument942 xml_xmlchar_zval(notationName, 0, parser->target_encoding, &args[5]); in xml_unparsedEntityDeclHandler()955 void xml_notationDeclHandler(void *userData, const XML_Char *notationName, in xml_notationDeclHandler() argument967 xml_xmlchar_zval(notationName, 0, parser->target_encoding, &args[1]); in xml_notationDeclHandler()
1146 public ?string $notationName; variable in DOMEntity1909 public ?string $notationName; variable in Dom\\Entity
Completed in 29 milliseconds