mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
25 lines
793 B
C
25 lines
793 B
C
/* This is a generated file, edit the .stub.php file instead.
|
|
* Stub hash: 5e165fe25d6d13824da9d7c5f0a089ee11626689 */
|
|
|
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlPartsIterator_getBreakIterator, 0, 0, 0)
|
|
ZEND_END_ARG_INFO()
|
|
|
|
|
|
ZEND_METHOD(IntlPartsIterator, getBreakIterator);
|
|
|
|
|
|
static const zend_function_entry class_IntlPartsIterator_methods[] = {
|
|
ZEND_ME(IntlPartsIterator, getBreakIterator, arginfo_class_IntlPartsIterator_getBreakIterator, ZEND_ACC_PUBLIC)
|
|
ZEND_FE_END
|
|
};
|
|
|
|
zend_class_entry *register_class_IntlPartsIterator(zend_class_entry *class_entry_IntlIterator)
|
|
{
|
|
zend_class_entry ce, *class_entry;
|
|
|
|
INIT_CLASS_ENTRY(ce, "IntlPartsIterator", class_IntlPartsIterator_methods);
|
|
class_entry = zend_register_internal_class_ex(&ce, class_entry_IntlIterator);
|
|
|
|
return class_entry;
|
|
}
|
|
|