Searched refs:zend_intptr_t (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_objects_API.h | 34 #define GET_OBJ_BUCKET_NUMBER(o) (((zend_intptr_t)(o)) >> 1)
|
H A D | zend_opcode.c | 180 CG(static_members_table)[(zend_intptr_t)(ce->static_members_table)] = NULL; in zend_cleanup_internal_class_data() 653 …opline->op1.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline->op… in pass_two() 658 …opline->op2.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline->op… in pass_two() 661 …opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline-… in pass_two() 672 …(uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + (op_array->live_range[i].var… in pass_two()
|
H A D | zend_object_handlers.h | 28 ((struct _zend_property_info*)((zend_intptr_t)-1))
|
H A D | zend_ini.c | 283 int stage = (int)(zend_intptr_t)arg; in zend_ini_refresh_cache() 294 …zend_hash_apply_with_argument(EG(ini_directives), zend_ini_refresh_cache, (void *)(zend_intptr_t) … in zend_ini_refresh_caches()
|
H A D | zend_types.h | 68 typedef intptr_t zend_intptr_t; typedef
|
H A D | zend_compile.c | 415 return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i); in lookup_cv() 427 return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i); in lookup_cv() 1760 ce->static_members_table = (zval*)(zend_intptr_t)n; in zend_initialize_class_data() 3167 opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, arg_count); in zend_compile_args() 3248 opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, arg_num); in zend_compile_args() 3601 opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, i); in zend_compile_func_cuf()
|
H A D | zend_API.h | 240 …ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_members_table)[(zend_intptr_t)(ce)->static_m…
|
H A D | zend_execute.c | 2779 #define ZEND_FAKE_OP_ARRAY ((zend_op_array*)(zend_intptr_t)-1)
|
H A D | zend_API.c | 1103 …CG(static_members_table)[(zend_intptr_t)(class_type->static_members_table)] = emalloc(sizeof(zval)… in zend_update_class_constants()
|
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | zend_optimizer.c | 77 return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i); in zend_optimizer_lookup_cv() 104 return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i); in zend_optimizer_lookup_cv()
|
/PHP-7.1/main/ |
H A D | SAPI.c | 682 sapi_update_response_code((int)(zend_intptr_t) arg); in sapi_header_op()
|
/PHP-7.1/ext/standard/ |
H A D | proc_open.c | 974 stream = php_stream_fopen_from_fd(_open_osfhandle((zend_intptr_t)descriptors[i].parentend, in PHP_FUNCTION()
|
Completed in 77 milliseconds