1
0
mirror of https://github.com/pmmp/ext-encoding.git synced 2024-11-14 09:27:19 +00:00
ext-encoding/stubs/DataDecodeException_arginfo.h
Dylan K. Taylor ebc08e81b9
...
2023-11-07 13:43:33 +00:00

21 lines
654 B
C

/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 2578db8a1c0b1ce61531799f4713e121b8907085 */
static const zend_function_entry class_pmmp_encoding_DataDecodeException_methods[] = {
ZEND_FE_END
};
static zend_class_entry *register_class_pmmp_encoding_DataDecodeException(zend_class_entry *class_entry_RuntimeException)
{
zend_class_entry ce, *class_entry;
INIT_NS_CLASS_ENTRY(ce, "pmmp\\encoding", "DataDecodeException", class_pmmp_encoding_DataDecodeException_methods);
class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
class_entry->ce_flags |= ZEND_ACC_FINAL;
return class_entry;
}