Line data Source code
1 : /* This is a generated file, edit the .stub.php file instead.
2 : * Stub hash: 8952ae7be075f3f78917ac8d968de1afa5cfc7e2 */
3 :
4 194 : static zend_class_entry *register_class_Pango_Item(void)
5 : {
6 : zend_class_entry ce, *class_entry;
7 :
8 194 : INIT_NS_CLASS_ENTRY(ce, "Pango", "Item", 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_offset_default_value;
21 194 : ZVAL_UNDEF(&property_offset_default_value);
22 194 : zend_string *property_offset_name = zend_string_init("offset", sizeof("offset") - 1, 1);
23 : #if (PHP_VERSION_ID >= 80200)
24 194 : zend_declare_typed_property(class_entry, property_offset_name, &property_offset_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_offset_name, &property_offset_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
27 : #endif
28 : zend_string_release(property_offset_name);
29 :
30 : zval property_length_default_value;
31 194 : ZVAL_UNDEF(&property_length_default_value);
32 194 : zend_string *property_length_name = zend_string_init("length", sizeof("length") - 1, 1);
33 : #if (PHP_VERSION_ID >= 80200)
34 194 : zend_declare_typed_property(class_entry, property_length_name, &property_length_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
35 : #elif (PHP_VERSION_ID >= 80100)
36 : zend_declare_typed_property(class_entry, property_length_name, &property_length_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
37 : #endif
38 : zend_string_release(property_length_name);
39 :
40 : zval property_numChars_default_value;
41 194 : ZVAL_UNDEF(&property_numChars_default_value);
42 194 : zend_string *property_numChars_name = zend_string_init("numChars", sizeof("numChars") - 1, 1);
43 : #if (PHP_VERSION_ID >= 80200)
44 194 : zend_declare_typed_property(class_entry, property_numChars_name, &property_numChars_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
45 : #elif (PHP_VERSION_ID >= 80100)
46 : zend_declare_typed_property(class_entry, property_numChars_name, &property_numChars_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_LONG));
47 : #endif
48 : zend_string_release(property_numChars_name);
49 :
50 : zval property_analysis_default_value;
51 194 : ZVAL_UNDEF(&property_analysis_default_value);
52 194 : zend_string *property_analysis_name = zend_string_init("analysis", sizeof("analysis") - 1, 1);
53 : #if (PHP_VERSION_ID >= 80200)
54 194 : zend_declare_typed_property(class_entry, property_analysis_name, &property_analysis_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ARRAY));
55 : #elif (PHP_VERSION_ID >= 80100)
56 : zend_declare_typed_property(class_entry, property_analysis_name, &property_analysis_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ARRAY));
57 : #endif
58 : zend_string_release(property_analysis_name);
59 :
60 194 : return class_entry;
61 : }
|