Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h180 #define MYSQLI_FETCH_RESOURCE(__ptr, __type, __id, __name, __check) \ argument
188 __ptr = (__type)my_res->ptr; \
195 #define MYSQLI_FETCH_RESOURCE_BY_OBJ(__ptr, __type, __obj, __name, __check) \ argument
202 __ptr = (__type)my_res->ptr; \
H A Dmysqli_priv.h63 #define PHP_MYSQLI_EXPORT(__type) PHP_MYSQLI_API __type argument
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h478 uint8_t __type = (_type); \
479 (_stack)[_slot].type = __type; \
481 (_stack)[_slot].mem_type = __type; \
/php-src/Zend/Optimizer/
H A Dzend_inference.c1960 uint32_t __type = (_type) & ~MAY_BE_GUARD; \
1962 if (__type & MAY_BE_REF) { \
1970 __type |= MAY_BE_RCN; \
1974 if (__type & (MAY_BE_REF|MAY_BE_RCN)) { \
1975 __type |= MAY_BE_RC1 | MAY_BE_RCN; \
1977 if ((__type & MAY_BE_RC1) && (__type & MAY_BE_STRING)) {\
1982 __type |= get_ssa_alias_types(__ssa_var->alias); \
1985 if (ssa_var_info[__var].type != __type) { \
1989 == (__type & MAY_BE_REF)); \
1990 if (ssa_var_info[__var].type & ~__type) { \
[all …]

Completed in 29 milliseconds