Home
last modified time | relevance | path

Searched refs:SimpleXMLElement (Results 76 – 86 of 86) sorted by relevance

1234

/php-src/ext/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt22 new SimpleXMLElement($xml);
H A Dbug51615.phpt24 object(SimpleXMLElement)#%d (3) {
H A Dbug62639.phpt8 class A extends SimpleXMLElement
H A Dbug79971_1.phpt28 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
H A Dbug72588.phpt31 object(SimpleXMLElement)#%d (1) {
H A Dfeature55218.phpt8 $x = new SimpleXMLElement(
H A Dsxe_004.phpt48 function current(): SimpleXMLElement
/php-src/ext/xsl/tests/
H A DtransformToDoc_class_exceptions.phpt32 …(): Argument #2 ($returnClass) must be a class name compatible with SimpleXMLElement, DOMDocument …
H A DtransformToDoc_sxe_type_error.phpt9 class AdvancedXMLElement extends SimpleXMLElement {
/php-src/ext/libxml/tests/
H A Dlibxml_entity_loading_disabled_by_default.phpt39 return simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOENT);
/php-src/ext/simplexml/
H A Dsimplexml.c1232 PHP_METHOD(SimpleXMLElement, xpath) in PHP_METHOD() argument
1350 PHP_METHOD(SimpleXMLElement, asXML) in PHP_METHOD() argument
1575 PHP_METHOD(SimpleXMLElement, children) in PHP_METHOD() argument
1603 PHP_METHOD(SimpleXMLElement, getName) in PHP_METHOD() argument
1654 PHP_METHOD(SimpleXMLElement, addChild) in PHP_METHOD() argument
1935 PHP_METHOD(SimpleXMLElement, count) in PHP_METHOD() argument
1949 PHP_METHOD(SimpleXMLElement, rewind) in PHP_METHOD() argument
1960 PHP_METHOD(SimpleXMLElement, valid) in PHP_METHOD() argument
1973 PHP_METHOD(SimpleXMLElement, current) in PHP_METHOD() argument
1991 PHP_METHOD(SimpleXMLElement, key) in PHP_METHOD() argument
[all …]

Completed in 69 milliseconds

1234