Searched refs:xml_set_object (Results 1 – 12 of 12) sorted by relevance
/PHP-7.2/ext/xml/tests/ |
H A D | xml_set_object_error.phpt | 2 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 D | xml_set_object_variation2.phpt | 2 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, float given in %s on line %d 122 Warning: xml_set_object() expects parameter 2 to be object, float given in %s on line %d 127 Warning: xml_set_object() expects parameter 2 to be object, float given in %s on line %d 132 Warning: xml_set_object() expects parameter 2 to be object, float 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 D | xml_set_object_variation1.phpt | 2 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, float given in %s on line %d 128 Warning: xml_set_object() expects parameter 1 to be resource, float given in %s on line %d 133 Warning: xml_set_object() expects parameter 1 to be resource, float given in %s on line %d 138 Warning: xml_set_object() expects parameter 1 to be resource, float 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 D | xml003.phpt | 2 XML parser test, xml_set_object callbacks 53 xml_set_object($xml_parser, $obj);
|
H A D | bug30266.phpt | 24 xml_set_object($parser, $this);
|
H A D | xml_set_processing_instruction_handler_basic.phpt | 29 xml_set_object($parser, $this);
|
H A D | xml_set_notation_decl_handler_basic.phpt | 42 xml_set_object($parser, $this);
|
H A D | bug32001b.phpt | 59 xml_set_object($parser, $this);
|
H A D | bug32001.phpt | 103 xml_set_object($parser, $this);
|
/PHP-7.2/Zend/tests/ |
H A D | bug34617.phpt | 12 xml_set_object($reader, $thing);
|
/PHP-7.2/ext/xml/ |
H A D | php_xml.h | 116 PHP_FUNCTION(xml_set_object);
|
H A D | xml.c | 218 PHP_FE(xml_set_object, arginfo_xml_set_object) 1160 PHP_FUNCTION(xml_set_object) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds