Home
last modified time | relevance | path

Searched refs:xml_set_object (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/xml/tests/
H A Dxml_set_object_error.phpt2 Test xml_set_object() function : error conditions
11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
17 echo "*** Testing xml_set_object() : error conditions ***\n";
20 //Test xml_set_object with one more than the expected number of arguments
27 var_dump( xml_set_object(null, $obj, $extra_arg) );
29 // Testing xml_set_object with one less than the expected number of arguments
34 var_dump( xml_set_object(null) );
39 *** Testing xml_set_object() : error conditions ***
41 -- Testing xml_set_object() function with more than expected no. of arguments --
43 Warning: xml_set_object() expects exactly 2 parameters, 3 given in %s on line %d
[all …]
H A Dxml_set_object_variation2.phpt2 Test xml_set_object() function : usage variations
11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
17 echo "*** Testing xml_set_object() : usage variations ***\n";
84 var_dump( xml_set_object($parser, $value) );
93 *** Testing xml_set_object() : usage variations ***
117 Warning: xml_set_object() expects parameter 2 to be object, double given in %s on line %d
142 Warning: xml_set_object() expects parameter 2 to be object, array given in %s on line %d
147 Warning: xml_set_object() expects parameter 2 to be object, array given in %s on line %d
152 Warning: xml_set_object() expects parameter 2 to be object, array given in %s on line %d
167 Warning: xml_set_object() expects parameter 2 to be object, null given in %s on line %d
[all …]
H A Dxml_set_object_variation1.phpt2 Test xml_set_object() function : usage variations
11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
17 echo "*** Testing xml_set_object() : usage variations ***\n";
92 var_dump( xml_set_object($value, $obj) );
99 *** Testing xml_set_object() : usage variations ***
123 Warning: xml_set_object() expects parameter 1 to be resource, double given in %s on line %d
148 Warning: xml_set_object() expects parameter 1 to be resource, array given in %s on line %d
153 Warning: xml_set_object() expects parameter 1 to be resource, array given in %s on line %d
158 Warning: xml_set_object() expects parameter 1 to be resource, array given in %s on line %d
173 Warning: xml_set_object() expects parameter 1 to be resource, null given in %s on line %d
[all …]
H A Dxml003.phpt2 XML parser test, xml_set_object callbacks
53 xml_set_object($xml_parser, $obj);
H A Dbug30266.phpt24 xml_set_object($parser, $this);
H A Dxml_set_processing_instruction_handler_basic.phpt29 xml_set_object($parser, $this);
H A Dxml_set_notation_decl_handler_basic.phpt42 xml_set_object($parser, $this);
H A Dbug32001b.phpt59 xml_set_object($parser, $this);
H A Dbug32001.phpt101 xml_set_object($parser, $this);
/PHP-5.5/Zend/tests/
H A Dbug34617.phpt11 xml_set_object($reader, new Thing());
/PHP-5.5/ext/xml/
H A Dphp_xml.h113 PHP_FUNCTION(xml_set_object);
H A Dxml.c219 PHP_FE(xml_set_object, arginfo_xml_set_object)
1241 PHP_FUNCTION(xml_set_object) in PHP_FUNCTION() argument

Completed in 22 milliseconds