Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/mysqli/
H A Dphp_mysqli_structs.h212 #define MYSQLI_FETCH_RESOURCE(__ptr, __type, __id, __name, __check) \ argument
220 __ptr = (__type)my_res->ptr; \
227 #define MYSQLI_FETCH_RESOURCE_BY_OBJ(__ptr, __type, __obj, __name, __check) \ argument
234 __ptr = (__type)my_res->ptr; \
H A Dmysqli_priv.h67 #define PHP_MYSQLI_EXPORT(__type) PHP_MYSQLI_API __type argument
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_internal.h347 uint8_t __type = (_type); \
348 (_stack)[_slot].type = __type; \
350 (_stack)[_slot].mem_type = __type; \
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c1689 uint32_t __type = (_type) & ~MAY_BE_GUARD; \
1691 if (__type & MAY_BE_REF) { \
1697 if (__type & (MAY_BE_REF|MAY_BE_RCN)) { \
1698 __type |= MAY_BE_RC1 | MAY_BE_RCN; \
1700 if ((__type & MAY_BE_RC1) && (__type & MAY_BE_STRING)) {\
1705 __type |= get_ssa_alias_types(__ssa_var->alias); \
1708 if (ssa_var_info[__var].type != __type) { \
1709 if (ssa_var_info[__var].type & ~__type) { \
1710 if ((ssa_var_info[__var].type & ~__type & \
1712 ssa_var_info[__var].type |= __type; \
[all …]

Completed in 21 milliseconds