Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Ddomimplementation.c94 size_t name_len = 0, publicid_len = 0, systemid_len = 0; in PHP_METHOD() local
99 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sss", &name, &name_len, &publicid, &publicid_len, &sy… in PHP_METHOD()
108 if (publicid_len > 0) { in PHP_METHOD()

Completed in 5 milliseconds