Line data Source code
1 : /* This is a generated file, edit the .stub.php file instead.
2 : * Stub hash: 7ca34e321751bb47f7011c7646f8ea44620c3de4 */
3 :
4 194 : static zend_class_entry *register_class_Pango_Exception(zend_class_entry *class_entry_Exception)
5 : {
6 : zend_class_entry ce, *class_entry;
7 :
8 194 : INIT_NS_CLASS_ENTRY(ce, "Pango", "Exception", NULL);
9 : #if (PHP_VERSION_ID >= 80400)
10 194 : class_entry = zend_register_internal_class_with_flags(&ce, class_entry_Exception, 0);
11 : #else
12 : class_entry = zend_register_internal_class_ex(&ce, class_entry_Exception);
13 : #endif
14 :
15 194 : return class_entry;
16 : }
|