Searched refs:xml_set_object (Results 1 – 11 of 11) sorted by relevance
/PHP-8.1/ext/xml/tests/ |
H A D | bug72793.phpt | 2 Bug #72793: xml_parser_free leaks mem when execute xml_set_object 14 xml_set_object($this->parser, $this);
|
H A D | xml003.phpt | 2 XML parser test, xml_set_object callbacks 54 xml_set_object($xml_parser, $obj);
|
H A D | bug30266.phpt | 22 xml_set_object($parser, $this);
|
H A D | xml_set_processing_instruction_handler_basic.phpt | 19 xml_set_object($parser, $this);
|
H A D | xml_set_notation_decl_handler_basic.phpt | 32 xml_set_object($parser, $this);
|
H A D | bug32001b.phpt | 64 xml_set_object($parser, $this);
|
H A D | bug32001.phpt | 104 xml_set_object($parser, $this);
|
/PHP-8.1/Zend/tests/ |
H A D | bug34617.phpt | 12 xml_set_object($reader, $thing);
|
/PHP-8.1/ext/xml/ |
H A D | xml_arginfo.h | 88 ZEND_FUNCTION(xml_set_object); 113 ZEND_FE(xml_set_object, arginfo_xml_set_object)
|
H A D | xml.stub.php | 9 function xml_set_object(XMLParser $parser, object $object): bool {} function
|
H A D | xml.c | 1076 PHP_FUNCTION(xml_set_object) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds