-
Notifications
You must be signed in to change notification settings - Fork 13
/
simdjson_arginfo.h
34 lines (22 loc) · 952 Bytes
/
simdjson_arginfo.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: b8ea2fddf5afdd9d45d2541d63169e659208d20e */
static const zend_function_entry class_SimdJsonException_methods[] = {
ZEND_FE_END
};
static const zend_function_entry class_SimdJsonValueError_methods[] = {
ZEND_FE_END
};
static zend_class_entry *register_class_SimdJsonException(zend_class_entry *class_entry_RuntimeException)
{
zend_class_entry ce, *class_entry;
INIT_CLASS_ENTRY(ce, "SimdJsonException", class_SimdJsonException_methods);
class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
return class_entry;
}
static zend_class_entry *register_class_SimdJsonValueError(zend_class_entry *class_entry_ValueError)
{
zend_class_entry ce, *class_entry;
INIT_CLASS_ENTRY(ce, "SimdJsonValueError", class_SimdJsonValueError_methods);
class_entry = zend_register_internal_class_ex(&ce, class_entry_ValueError);
return class_entry;
}