php-src/ext/dom
Nikita Popov c5f091e47f Remove DOM_GET_THIS macro
This macro is trivial, it's more obvious to use ZEND_THIS directly.
2020-03-09 09:56:22 +01:00
..
tests Fix another memory leak in dom_zvals_to_fragment. 2020-03-06 00:03:13 +01:00
attr.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
cdatasection.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
characterdata.c [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
comment.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
config.m4 [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
config.w32 [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
CREDITS
document.c [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
documentfragment.c [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
documenttype.c Rename php_dom_create_interator() to php_dom_create_iterator() 2020-02-17 22:49:59 +01:00
dom.stub.php [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
dom_arginfo.h [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
dom_ce.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dom_fe.h [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
dom_iterators.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dom_properties.h [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
domexception.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
domimplementation.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
element.c [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
entity.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
entityreference.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
namednodemap.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
node.c [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
nodelist.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
notation.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
parentnode.c Fix another memory leak in dom_zvals_to_fragment. 2020-03-06 00:03:13 +01:00
php_dom.c [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
php_dom.h [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
processinginstruction.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
text.c Use RETURN_THROWS() during ZPP in the date, dba and dom extensions 2019-12-31 00:21:37 +01:00
xml_common.h Remove DOM_GET_THIS macro 2020-03-09 09:56:22 +01:00
xpath.c Remove DOM_GET_THIS macro 2020-03-09 09:56:22 +01:00