Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/
H A Dphp_dom.c347 #define DOM_REGISTER_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument
348 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
352 #define DOM_OVERWRITE_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument
353 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \

Completed in 18 milliseconds