Home
last modified time | relevance | path

Searched refs:class_properties (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c677 zval *class_info, *class_methods, *class_properties; in twig_add_class_to_cache() local
684 ALLOC_INIT_ZVAL(class_properties); in twig_add_class_to_cache()
687 array_init(class_properties); in twig_add_class_to_cache()
690 …s_ce->properties_info APPLY_TSRMLS_CC, twig_add_property_to_class, 2, &class_ce, class_properties); in twig_add_class_to_cache()
693 add_assoc_zval(class_info, "properties", class_properties); in twig_add_class_to_cache()