Searched refs:xml_set_object (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/xml/tests/ |
H A D | xml_set_object_multiple_times_errors.phpt | 2 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 D | bug72793.phpt | 2 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 D | xml_set_object_multiple_times.phpt | 2 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 D | xml_set_element_handler_errors.phpt | 62 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 D | set_element_handler_trampoline.phpt | 49 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 D | set_handler_errors.phpt | 43 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 D | xml003.phpt | 2 XML parser test, xml_set_object callbacks 54 xml_set_object($xml_parser, $obj);
|
H A D | bug32001b.phpt | 64 xml_set_object($parser, $this);
|
/php-src/Zend/tests/ |
H A D | bug34617.phpt | 12 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 D | xml.stub.php | 153 function xml_set_object(XMLParser $parser, object $object): true {} function
|
H A D | xml_arginfo.h | 87 ZEND_FUNCTION(xml_set_object);
|
H A D | xml.c | 1131 PHP_FUNCTION(xml_set_object) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds