Home
last modified time | relevance | path

Searched refs:Z_TYPE_MASK (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_types.h374 #define Z_TYPE_MASK 0xff macro
480 #define Z_OPT_TYPE(zval) (Z_TYPE_INFO(zval) & Z_TYPE_MASK)
H A Dzend_vm_def.h4132 if ((call_info & Z_TYPE_MASK) == IS_OBJECT
6395 if (EXPECTED((value_type & Z_TYPE_MASK) != IS_REFERENCE)) {
H A Dzend_vm_execute.h1205 if ((call_info & Z_TYPE_MASK) == IS_OBJECT
17076 if (EXPECTED((value_type & Z_TYPE_MASK) != IS_REFERENCE)) {

Completed in 166 milliseconds