93static void register_php_xsl_symbols(
int module_number)
107#if defined(HAVE_XSL_EXSLT)
110#if defined(HAVE_XSL_EXSLT)
122 zval property_doXInclude_default_value;
123 ZVAL_FALSE(&property_doXInclude_default_value);
124 zend_string *property_doXInclude_name = zend_string_init(
"doXInclude",
sizeof(
"doXInclude") - 1, 1);
126 zend_string_release(property_doXInclude_name);
128 zval property_cloneDocument_default_value;
129 ZVAL_FALSE(&property_cloneDocument_default_value);
130 zend_string *property_cloneDocument_name = zend_string_init(
"cloneDocument",
sizeof(
"cloneDocument") - 1, 1);
132 zend_string_release(property_cloneDocument_name);
134 zval property_maxTemplateDepth_default_value;
135 ZVAL_UNDEF(&property_maxTemplateDepth_default_value);
136 zend_string *property_maxTemplateDepth_name = zend_string_init(
"maxTemplateDepth",
sizeof(
"maxTemplateDepth") - 1, 1);
138 zend_string_release(property_maxTemplateDepth_name);
140 zval property_maxTemplateVars_default_value;
141 ZVAL_UNDEF(&property_maxTemplateVars_default_value);
142 zend_string *property_maxTemplateVars_name = zend_string_init(
"maxTemplateVars",
sizeof(
"maxTemplateVars") - 1, 1);
144 zend_string_release(property_maxTemplateVars_name);
#define XSL_SECPREF_WRITE_FILE
#define XSL_SECPREF_CREATE_DIRECTORY
#define XSL_SECPREF_READ_NETWORK
#define XSL_SECPREF_DEFAULT
#define XSL_SECPREF_READ_FILE
#define XSL_SECPREF_WRITE_NETWORK
const LIBEXSLT_DOTTED_VERSION
const LIBXSLT_DOTTED_VERSION
ZEND_API zend_property_info * zend_declare_typed_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *doc_comment, zend_type type)
ZEND_API zend_class_entry * zend_register_internal_class_with_flags(zend_class_entry *class_entry, zend_class_entry *parent_ce, uint32_t ce_flags)
struct _zend_function_entry zend_function_entry
#define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null)
#define INIT_CLASS_ENTRY(class_container, class_name, functions)
#define ZEND_ARG_TYPE_MASK(pass_by_ref, name, type_mask, default_value)
#define ZEND_METHOD(classname, name)
#define ZEND_END_ARG_INFO()
#define ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_value)
#define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null)
#define ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null)
#define ZEND_ME(classname, name, arg_info, flags)
#define ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_MASK_EX(name, return_reference, required_num_args, type)
#define REGISTER_STRING_CONSTANT(name, str, flags)
#define REGISTER_LONG_CONSTANT(name, lval, flags)
struct _zend_string zend_string
struct _zend_class_entry zend_class_entry
#define ZEND_TYPE_INIT_MASK(_type_mask)