Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/
H A Dphp_mysqli_structs.h198 #define MYSQLI_FETCH_RESOURCE(__ptr, __type, __id, __name, __check) \ argument
206 __ptr = (__type)my_res->ptr; \
213 #define MYSQLI_FETCH_RESOURCE_BY_OBJ(__ptr, __type, __obj, __name, __check) \ argument
220 __ptr = (__type)my_res->ptr; \
H A Dmysqli_priv.h67 #define PHP_MYSQLI_EXPORT(__type) PHP_MYSQLI_API __type argument
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_internal.h550 uint8_t __type = (_type); \
551 (_stack)[_slot].type = __type; \
553 (_stack)[_slot].mem_type = __type; \
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c1975 uint32_t __type = (_type) & ~MAY_BE_GUARD; \
1977 if (__type & MAY_BE_REF) { \
1985 __type |= MAY_BE_RCN; \
1989 if (__type & (MAY_BE_REF|MAY_BE_RCN)) { \
1990 __type |= MAY_BE_RC1 | MAY_BE_RCN; \
1992 if ((__type & MAY_BE_RC1) && (__type & MAY_BE_STRING)) {\
1997 __type |= get_ssa_alias_types(__ssa_var->alias); \
2000 if (ssa_var_info[__var].type != __type) { \
2004 == (__type & MAY_BE_REF)); \
2005 if (ssa_var_info[__var].type & ~__type) { \
[all …]

Completed in 27 milliseconds