new_string        552 ext/dom/xpath.c 	zval *array_value, **entry, *new_string;
new_string        566 ext/dom/xpath.c 			MAKE_STD_ZVAL(new_string);
new_string        567 ext/dom/xpath.c 			ZVAL_LONG(new_string,1);
new_string        569 ext/dom/xpath.c 			zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL);
new_string        578 ext/dom/xpath.c 		MAKE_STD_ZVAL(new_string);
new_string        579 ext/dom/xpath.c 		ZVAL_LONG(new_string,1);
new_string        580 ext/dom/xpath.c 		zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL);
new_string        783 ext/xsl/xsltprocessor.c 	zval *array_value, **entry, *new_string;
new_string        803 ext/xsl/xsltprocessor.c 			ALLOC_ZVAL(new_string);
new_string        805 ext/xsl/xsltprocessor.c 			COPY_PZVAL_TO_ZVAL(*new_string, *entry);
new_string        807 ext/xsl/xsltprocessor.c 			zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL);
new_string        816 ext/xsl/xsltprocessor.c 		MAKE_STD_ZVAL(new_string);
new_string        817 ext/xsl/xsltprocessor.c 		ZVAL_STRING(new_string, value, 1);
new_string        819 ext/xsl/xsltprocessor.c 		zend_hash_update(intern->parameter, name, name_len + 1, &new_string, sizeof(zval*), NULL);
new_string        882 ext/xsl/xsltprocessor.c 	zval *array_value, **entry, *new_string;
new_string        896 ext/xsl/xsltprocessor.c 			MAKE_STD_ZVAL(new_string);
new_string        897 ext/xsl/xsltprocessor.c 			ZVAL_LONG(new_string,1);
new_string        899 ext/xsl/xsltprocessor.c 			zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL);
new_string        907 ext/xsl/xsltprocessor.c 		MAKE_STD_ZVAL(new_string);
new_string        908 ext/xsl/xsltprocessor.c 		ZVAL_LONG(new_string,1);
new_string        909 ext/xsl/xsltprocessor.c 		zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL);