Searched refs:publicid_len (Results 1 – 1 of 1) sorted by relevance
96 size_t name_len = 0, publicid_len = 0, systemid_len = 0; in PHP_METHOD() local101 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sss", &name, &name_len, &publicid, &publicid_len, &sy… in PHP_METHOD()110 if (publicid_len > 0) { in PHP_METHOD()
Completed in 4 milliseconds