52static void register_shmop_symbols(
int module_number)
55 zend_attribute *attribute_Deprecated_func_shmop_close_0 = zend_add_function_attribute(zend_hash_str_find_ptr(
CG(function_table),
"shmop_close",
sizeof(
"shmop_close") - 1),
ZSTR_KNOWN(ZEND_STR_DEPRECATED_CAPITALIZED), 2);
56 zval attribute_Deprecated_func_shmop_close_0_arg0;
57 zend_string *attribute_Deprecated_func_shmop_close_0_arg0_str = zend_string_init(
"8.0",
strlen(
"8.0"), 1);
58 ZVAL_STR(&attribute_Deprecated_func_shmop_close_0_arg0, attribute_Deprecated_func_shmop_close_0_arg0_str);
59 ZVAL_COPY_VALUE(&attribute_Deprecated_func_shmop_close_0->
args[0].
value, &attribute_Deprecated_func_shmop_close_0_arg0);
61 zval attribute_Deprecated_func_shmop_close_0_arg1;
62 zend_string *attribute_Deprecated_func_shmop_close_0_arg1_str = zend_string_init(
"as Shmop objects are freed automatically",
strlen(
"as Shmop objects are freed automatically"), 1);
63 ZVAL_STR(&attribute_Deprecated_func_shmop_close_0_arg1, attribute_Deprecated_func_shmop_close_0_arg1_str);
64 ZVAL_COPY_VALUE(&attribute_Deprecated_func_shmop_close_0->
args[1].
value, &attribute_Deprecated_func_shmop_close_0_arg1);
unsigned char key[REFLECTION_KEY_LEN]
shmop_read(Shmop $shmop, int $offset, int $size)
shmop_write(Shmop $shmop, string $data, int $offset)
shmop_open(int $key, string $mode, int $permissions, int $size)
shmop_delete(Shmop $shmop)
shmop_close(Shmop $shmop)
zend_attribute_arg args[1]
ZEND_API zend_class_entry * zend_register_internal_class_with_flags(zend_class_entry *class_entry, zend_class_entry *parent_ce, uint32_t ce_flags)
#define ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(name, return_reference, required_num_args, class_name, type)
struct _zend_function_entry zend_function_entry
#define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null)
#define INIT_CLASS_ENTRY(class_container, class_name, functions)
#define ZEND_RAW_FENTRY(zend_name, name, arg_info, flags, frameless_function_infos, doc_comment)
#define ZEND_END_ARG_INFO()
#define ZEND_ARG_OBJ_INFO(pass_by_ref, name, class_name, allow_null)
#define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null)
#define ZEND_FE(name, arg_info)
#define ZEND_FUNCTION(name)
struct _zend_attribute zend_attribute
#define ZEND_ACC_NO_DYNAMIC_PROPERTIES
#define ZEND_ACC_NOT_SERIALIZABLE
#define ZEND_ACC_DEPRECATED
struct _zend_string zend_string
struct _zend_class_entry zend_class_entry
#define ZVAL_COPY_VALUE(z, v)