Lines Matching refs:arg
38 ZEND_ARG_INFO(0, arg)
43 ZEND_ARG_INFO(0, arg)
54 ZEND_ARG_INFO(0, arg)
227 char *arg; in PHP_FUNCTION() local
230 …UM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_characterdata_class_entry, &arg, &arg_len) == FAILU… in PHP_FUNCTION()
240 nodep->content = xmlStrncatNew(nodep->content, arg, arg_len); in PHP_FUNCTION()
242 nodep->content = xmlStrncat(nodep->content, arg, arg_len); in PHP_FUNCTION()
246 xmlTextConcat(nodep, arg, arg_len); in PHP_FUNCTION()
261 char *arg; in PHP_FUNCTION() local
266 …TSRMLS_CC, getThis(), "Ols", &id, dom_characterdata_class_entry, &offset, &arg, &arg_len) == FAILU… in PHP_FUNCTION()
290 xmlNodeAddContent(node, arg); in PHP_FUNCTION()
364 char *arg; in PHP_FUNCTION() local
369 …, getThis(), "Olls", &id, dom_characterdata_class_entry, &offset, &count, &arg, &arg_len) == FAILU… in PHP_FUNCTION()
402 substring = xmlStrcat(substring, arg); in PHP_FUNCTION()