LCOV - code coverage report
Current view: top level - src - glyph_string_arginfo.h (source / functions) Coverage Total Hit
Test: PHP Pango Extension Coverage Lines: 100.0 % 10 10
Test Date: 2025-10-26 00:52:08 Functions: 100.0 % 1 1

            Line data    Source code
       1              : /* This is a generated file, edit the .stub.php file instead.
       2              :  * Stub hash: cd22c1fbf33b39d0fa0f2112870f49abb1198b2a */
       3              : 
       4          194 : static zend_class_entry *register_class_Pango_GlyphString(void)
       5              : {
       6              :     zend_class_entry ce, *class_entry;
       7              : 
       8          194 :     INIT_NS_CLASS_ENTRY(ce, "Pango", "GlyphString", NULL);
       9              : #if (PHP_VERSION_ID >= 80400)
      10          194 :     class_entry = zend_register_internal_class_with_flags(&ce, NULL, ZEND_ACC_FINAL|ZEND_ACC_READONLY_CLASS);
      11              : #else
      12              :     class_entry = zend_register_internal_class_ex(&ce, NULL);
      13              : #if (PHP_VERSION_ID >= 80200)
      14              :     class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_READONLY_CLASS;
      15              : #elif (PHP_VERSION_ID >= 80100)
      16              :     class_entry->ce_flags |= ZEND_ACC_FINAL;
      17              : #endif
      18              : #endif
      19              : 
      20              :     zval property_numGlyphs_default_value;
      21          194 :     ZVAL_UNDEF(&property_numGlyphs_default_value);
      22          194 :     zend_string *property_numGlyphs_name = zend_string_init("numGlyphs", sizeof("numGlyphs") - 1, 1);
      23              : #if (PHP_VERSION_ID >= 80200)
      24          194 :     zend_declare_typed_property(class_entry, property_numGlyphs_name, &property_numGlyphs_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
      25              : #elif (PHP_VERSION_ID >= 80100)
      26              :     zend_declare_typed_property(class_entry, property_numGlyphs_name, &property_numGlyphs_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
      27              : #endif
      28              :     zend_string_release(property_numGlyphs_name);
      29              : 
      30              :     zval property_glyphs_default_value;
      31          194 :     ZVAL_UNDEF(&property_glyphs_default_value);
      32          194 :     zend_string *property_glyphs_name = zend_string_init("glyphs", sizeof("glyphs") - 1, 1);
      33              : #if (PHP_VERSION_ID >= 80200)
      34          194 :     zend_declare_typed_property(class_entry, property_glyphs_name, &property_glyphs_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ARRAY));
      35              : #elif (PHP_VERSION_ID >= 80100)
      36              :     zend_declare_typed_property(class_entry, property_glyphs_name, &property_glyphs_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ARRAY));
      37              : #endif
      38              :     zend_string_release(property_glyphs_name);
      39              : 
      40          194 :     return class_entry;
      41              : }
        

Generated by: LCOV version 2.0-1