Home
last modified time | relevance | path

Searched refs:systemId (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/dom/tests/
H A DDOMDocumentType_systemId_error_001.phpt2 DOMDocumentType::systemId with invalid state.
11 $systemId = $doctype->systemId;
H A DDOMDocumentType_basic_001.phpt10 // Access publicId, systemId, name, internalSubset all with values.
18 print "systemId: ".$doctype->systemId."\n";
44 systemId: docbookx.dtd
H A DDOMDocumentType_systemId_basic_001.phpt2 DOMDocumentType::systemId with empty value.
16 var_dump($doctype->systemId);
H A Ddom007.phpt50 echo "Key $key: ".$node->nodeName." (".$node->systemId.") (".$node->publicId.")\n";
54 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…
/PHP-5.5/ext/xml/tests/
H A Dxml003.phpt44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
46 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml001.phpt69 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
71 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml002.phpt44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
46 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
/PHP-5.5/ext/dom/
H A Ddomimplementation.c42 ZEND_ARG_INFO(0, systemId)
/PHP-5.5/ext/xml/
H A Dxml.c1052 const XML_Char *systemId, in _xml_unparsedEntityDeclHandler() argument
1064 args[3] = _xml_xmlchar_zval(systemId, 0, parser->target_encoding); in _xml_unparsedEntityDeclHandler()
1078 const XML_Char *systemId, in _xml_notationDeclHandler() argument
1089 args[3] = _xml_xmlchar_zval(systemId, 0, parser->target_encoding); in _xml_notationDeclHandler()
1102 const XML_Char *systemId, in _xml_externalEntityRefHandler() argument
1114 args[3] = _xml_xmlchar_zval(systemId, 0, parser->target_encoding); in _xml_externalEntityRefHandler()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c372 ZEND_ARG_INFO(0, systemId)
378 ZEND_ARG_INFO(0, systemId)
385 ZEND_ARG_INFO(0, systemId)
392 ZEND_ARG_INFO(0, systemId)

Completed in 23 milliseconds