Home
last modified time | relevance | path

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

/php-src/ext/xml/tests/
H A Dxml_set_object_multiple_times_errors.phpt2 Swap underlying object to call methods with xml_set_object() new object has missing methods
13 xml_set_object($parser, $b);
34 xml_set_object($parser, $a);
45 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
50 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
51 ValueError: xml_set_object(): Argument #2 ($object) cannot safely swap to object of class B as meth…
H A Dbug72793.phpt2 Bug #72793: xml_parser_free leaks mem when execute xml_set_object
14 xml_set_object($this->parser, $this);
35 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
H A Dxml_set_object_multiple_times.phpt2 Swap underlying object to call methods with xml_set_object()
15 xml_set_object($parser, $b);
39 xml_set_object($parser, $a);
52 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
56 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
H A Dxml_set_element_handler_errors.phpt62 xml_set_object($parser, $obj);
69 xml_set_object($parser, $obj);
91 …nt_handler(): Argument #2 ($start_handler) an object must be set via xml_set_object() to be able t…
95 …ment_handler(): Argument #3 ($end_handler) an object must be set via xml_set_object() to be able t…
98 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
104 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
H A Dset_element_handler_trampoline.phpt49 xml_set_object($parser, $customParser);
56 xml_set_object($parser, $customParser);
79 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
94 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
H A Dset_handler_errors.phpt43 xml_set_object($parser, $obj);
61 …truction_handler(): Argument #2 ($handler) an object must be set via xml_set_object() to be able t…
64 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
H A Dxml003.phpt2 XML parser test, xml_set_object callbacks
54 xml_set_object($xml_parser, $obj);
H A Dbug32001b.phpt64 xml_set_object($parser, $this);
/php-src/Zend/tests/
H A Dbug34617.phpt12 xml_set_object($reader, $thing);
19 Deprecated: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to …
/php-src/ext/xml/
H A Dxml.stub.php153 function xml_set_object(XMLParser $parser, object $object): true {} function
H A Dxml_arginfo.h87 ZEND_FUNCTION(xml_set_object);
H A Dxml.c1131 PHP_FUNCTION(xml_set_object) in PHP_FUNCTION() argument

Completed in 20 milliseconds