Home
last modified time | relevance | path

Searched refs:SimpleXMLElement (Results 26 – 50 of 84) sorted by relevance

1234

/php-src/ext/spl/tests/
H A Dbug81587.phpt2 Bug #81587: MultipleIterator Segmentation fault w/ SimpleXMLElement attached
8 $mi->attachIterator(new SimpleXMLElement('<x><y/></x>'));
16 object(SimpleXMLElement)#4 (0) {
/php-src/ext/simplexml/tests/
H A Dbug75245.phpt10 object(SimpleXMLElement)#1 (2) {
12 object(SimpleXMLElement)#2 (0) {
15 object(SimpleXMLElement)#3 (0) {
H A Dbug69491.phpt11 object(SimpleXMLElement)#1 (1) {
13 object(SimpleXMLElement)#2 (1) {
15 object(SimpleXMLElement)#3 (0) {
H A Dgh12929.phpt2 GH-12929 (SimpleXMLElement with stream_wrapper_register can segfault)
17 stream_wrapper_register($scheme, "SimpleXMLElement");
27 SimpleXMLElement is not properly initialized
29 SimpleXMLElement is not properly initialized
H A Dsimplexml_load_file.phpt13 object(SimpleXMLElement)#1 (1) {
17 object(SimpleXMLElement)#2 (2) {
24 object(SimpleXMLElement)#3 (2) {
H A Dget_prop_address_not_initialized.phpt2 Getting the address of an uninitialized property of a SimpleXMLElement
8 $rc = new ReflectionClass('SimpleXMLElement');
14 Fatal error: Uncaught Error: SimpleXMLElement is not properly initialized in %s:%d
H A Dbug39662.phpt2 Bug #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
22 object(SimpleXMLElement)#%d (0) {
24 object(SimpleXMLElement)#%d (0) {
H A D014b.phpt32 object(SimpleXMLElement)#%d (1) {
37 object(SimpleXMLElement)#%d (1) {
41 object(SimpleXMLElement)#%d (1) {
50 object(SimpleXMLElement)#%d (1) {
H A D014a.phpt32 object(SimpleXMLElement)#%d (1) {
37 object(SimpleXMLElement)#%d (1) {
41 object(SimpleXMLElement)#%d (1) {
51 object(SimpleXMLElement)#%d (1) {
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt2 SimpleXMLElement: Test to ensure that the required attribute name correctly is giving a warning
10 $a = new SimpleXMLElement("<php>testfest</php>");
21 SimpleXMLElement::addAttribute(): Argument #1 ($qualifiedName) cannot be empty
H A Dbug74950.phpt11 $xml=new SimpleXMLElement(0,9000000000);var_dump($xml->getDocNamespaces())?>
14 Fatal error: Uncaught Exception: SimpleXMLElement::__construct(): Argument #2 ($options) is invalid…
16 #0 %sbug74950.php(%d): SimpleXMLElement->__construct('0', 9000000000)
H A Dbug39760.phpt28 object(SimpleXMLElement)#%d (1) {
32 object(SimpleXMLElement)#%d (1) {
36 object(SimpleXMLElement)#%d (1) {
H A D015.phpt39 object(SimpleXMLElement)#%d (1) {
43 object(SimpleXMLElement)#%d (1) {
47 object(SimpleXMLElement)#%d (1) {
51 object(SimpleXMLElement)#%d (1) {
H A DSimpleXMLElement_xpath.phpt11 $xml = @simplexml_load_string("XXXXXXX^", 'SimpleXMLElement', XML_PARSE_RECOVER);
13 // $xml is supposed to hold a SimpleXMLElement, but not FALSE/NULL
21 SimpleXMLElement is not properly initialized
H A D008.phpt36 object(SimpleXMLElement)#%d (1) {
38 object(SimpleXMLElement)#%d (0) {
45 Warning: SimpleXMLElement::xpath(): Invalid expression in %s on line %d%A
H A Dbug38406.phpt8 $item = new SimpleXMLElement('<something />');
26 object(SimpleXMLElement)#%d (1) {
30 object(SimpleXMLElement)#%d (1) {
H A Diterator_interaction_empty_and_var_dump.phpt36 object(SimpleXMLElement)#2 (1) {
38 object(SimpleXMLElement)#4 (1) {
40 object(SimpleXMLElement)#5 (0) {
H A Dprofile11.phpt22 object(SimpleXMLElement)#%d (1) {
26 object(SimpleXMLElement)#%d (1) {
32 object(SimpleXMLElement)#%d (0) {
H A DSimpleXMLElement_addAttribute_basic.phpt2 SimpleXMLElement->addAttribute()
14 object(SimpleXMLElement)#2 (1) {
H A Dxml_parsing_LIBXML_RECOVER.phpt17 object(SimpleXMLElement)#1 (1) {
19 object(SimpleXMLElement)#2 (0) {
H A D016a.phpt20 object(SimpleXMLElement)#%d (1) {
24 object(SimpleXMLElement)#%d (1) {
H A Dbug76712.phpt7 $sxe = new SimpleXMLElement('<foo></foo>');
11 $sxe = new SimpleXMLElement('<foo></foo>');
H A Dbug72957.phpt2 Bug #72957: Null coalescing operator doesn't behave as expected with SimpleXMLElement
8 $xml = new SimpleXMLElement('<root><elem>Text</elem></root>');
H A Dbug72971.phpt8 $xml = new SimpleXMLElement('<root xmlns:ns="ns"><foo>bar</foo><ns:foo>ns:bar</ns:foo><ns:foo2>ns:b…
16 object(SimpleXMLElement)#2 (2) {
H A D023.phpt24 object(SimpleXMLElement)#%d (1) {
31 object(SimpleXMLElement)#%d (1) {

Completed in 23 milliseconds

1234