Home
last modified time | relevance | path

Searched refs:zend_intptr_t (Results 1 – 12 of 12) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_objects_API.h34 #define GET_OBJ_BUCKET_NUMBER(o) (((zend_intptr_t)(o)) >> 1)
H A Dzend_opcode.c180 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 Dzend_object_handlers.h28 ((struct _zend_property_info*)((zend_intptr_t)-1))
H A Dzend_ini.c283 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 Dzend_types.h68 typedef intptr_t zend_intptr_t; typedef
H A Dzend_compile.c415 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 Dzend_API.h240 …ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_members_table)[(zend_intptr_t)(ce)->static_m…
H A Dzend_execute.c2779 #define ZEND_FAKE_OP_ARRAY ((zend_op_array*)(zend_intptr_t)-1)
H A Dzend_API.c1103 …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 Dzend_optimizer.c77 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 DSAPI.c682 sapi_update_response_code((int)(zend_intptr_t) arg); in sapi_header_op()
/PHP-7.1/ext/standard/
H A Dproc_open.c974 stream = php_stream_fopen_from_fd(_open_osfhandle((zend_intptr_t)descriptors[i].parentend, in PHP_FUNCTION()

Completed in 77 milliseconds