Lines Matching refs:name

50 	ZEND_ARG_INFO(0, name)
56 ZEND_ARG_INFO(0, name)
61 ZEND_ARG_INFO(0, name)
266 curns = xmlNewNs(NULL, node->name, NULL); in xsl_ext_function_php()
271 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); in xsl_ext_function_php()
273 node = xmlNewDocNode(node->doc, NULL, (const xmlChar *) "xmlns", node->name); in xsl_ext_function_php()
450 …if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, (const xmlChar *) "key") && xmlStr… in PHP_FUNCTION()
647 curclass_name = curce->name; in PHP_FUNCTION()
755 zend_string *string_key, *name, *value; in PHP_FUNCTION() local
772 …_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sSS", &namespace, &namespace_len, &name, &value) == SUCCESS… in PHP_FUNCTION()
778 zend_hash_update(intern->parameter, name, &new_string); in PHP_FUNCTION()
795 zend_string *name; in PHP_FUNCTION() local
800 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS", &namespace, &namespace_len, &name) == FAILURE) { in PHP_FUNCTION()
804 if ((value = zend_hash_find(intern->parameter, name)) != NULL) { in PHP_FUNCTION()
820 zend_string *name; in PHP_FUNCTION() local
825 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS", &namespace, &namespace_len, &name) == FAILURE) { in PHP_FUNCTION()
829 if (zend_hash_del(intern->parameter, name) == SUCCESS) { in PHP_FUNCTION()
844 zend_string *name; in PHP_FUNCTION() local
858 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "S", &name) == SUCC… in PHP_FUNCTION()
862 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()