Home
last modified time | relevance | path

Searched refs:zend_uintptr_t (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/devel/pecl-ds/ds-1.3.0/src/php/
H A Darginfo.h88 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CLASS_CONST(PHP_DS_NS_NAME#clas…
92 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE_CLASS_CONST(PHP_DS_NS_NAME#cl…
96 …{ (const char*)(zend_uintptr_t)(required_num_args), PHP_DS_NS_NAME#class_name, IS_OBJECT, pass_by_…
102 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CLASS_CONST(class_name, allow_n…
106 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE_CLASS_CONST(class_name, allow…
110 …{ (const char*)(zend_uintptr_t)(required_num_args), class_name, IS_OBJECT, pass_by_ref, allow_null…
116 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
120 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE(type, allow_null), pass_by_re…
124 { (const char*)(zend_uintptr_t)(required_num_args), NULL, type, pass_by_ref, allow_null, 0 },
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_vm_execute.skl71 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
82 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
84 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
89 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
102 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
35 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_vm_execute.skl71 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
82 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
84 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
89 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
102 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
35 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_vm_execute.skl95 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
106 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
108 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
113 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
126 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
35 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_vm_execute.skl95 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
106 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
108 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
113 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
126 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
35 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_vm_execute.skl95 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
106 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
108 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
113 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
126 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
35 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_vm_execute.skl93 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
104 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
106 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
111 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
124 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
35 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_vm_execute.skl95 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
106 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
108 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
113 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
126 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
35 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_vm_execute.skl93 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
104 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
106 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
111 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
124 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_objects_API.h28 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
30 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
35 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
/dports/converters/pecl-igbinary/igbinary-3.2.6/src/php7/
H A Dhash_ptr.h34zend_uintptr_t key; /**< The key: The address of a pointer, casted to an int (won't be dereference…
100 size_t hash_si_ptr_find_or_insert(struct hash_si_ptr *h, const zend_uintptr_t key, uint32_t value);
H A Dhash_si_ptr.c25 inline static uint32_t inline_hash_of_address(zend_uintptr_t ptr) { in inline_hash_of_address()
137 size_t hash_si_ptr_find_or_insert(struct hash_si_ptr *h, const zend_uintptr_t key, uint32_t value) { in hash_si_ptr_find_or_insert()
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/
H A Dmain.c334 int arg_count = (int) (zend_uintptr_t) *(zend_vm_stack_top(TSRMLS_C) - 1); in zephir_fetch_parameters()
461 int arg_count = (int)(zend_uintptr_t)*p; in zephir_get_args()
486 int arg_count = (int)(zend_uintptr_t)*p; in zephir_get_arg()
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_oprofile.c30 op_write_native_code(op_agent, name, (uint64_t)(zend_uintptr_t)start, start, size); in zend_jit_oprofile_register()
/dports/lang/php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_oprofile.c30 op_write_native_code(op_agent, name, (uint64_t)(zend_uintptr_t)start, start, size); in zend_jit_oprofile_register()
/dports/lang/php80/php-8.0.15/ext/opcache/jit/
H A Dzend_jit_oprofile.c30 op_write_native_code(op_agent, name, (uint64_t)(zend_uintptr_t)start, start, size); in zend_jit_oprofile_register()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_oprofile.c30 op_write_native_code(op_agent, name, (uint64_t)(zend_uintptr_t)start, start, size); in zend_jit_oprofile_register()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/jit/
H A Dzend_jit_oprofile.c30 op_write_native_code(op_agent, name, (uint64_t)(zend_uintptr_t)start, start, size); in zend_jit_oprofile_register()

12345678910