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.h480 uint8_t __type = (_type); \
481 (_stack)[_slot].type = __type; \
483 (_stack)[_slot].mem_type = __type; \
/php-src/Zend/Optimizer/
H A Dzend_inference.c1950 uint32_t __type = (_type) & ~MAY_BE_GUARD; \
1952 if (__type & MAY_BE_REF) { \
1960 __type |= MAY_BE_RCN; \
1964 if (__type & (MAY_BE_REF|MAY_BE_RCN)) { \
1965 __type |= MAY_BE_RC1 | MAY_BE_RCN; \
1967 if ((__type & MAY_BE_RC1) && (__type & MAY_BE_STRING)) {\
1972 __type |= get_ssa_alias_types(__ssa_var->alias); \
1975 if (ssa_var_info[__var].type != __type) { \
1979 == (__type & MAY_BE_REF)); \
1980 if (ssa_var_info[__var].type & ~__type) { \
[all …]

Completed in 25 milliseconds