Home
last modified time | relevance | path

Searched refs:IS_OBJECT_EX (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_types.h409 #define IS_OBJECT_EX (IS_OBJECT | (( IS_TYPE_REFCOUNTED | IS_TYPE_COLL… macro
689 Z_TYPE_INFO_P(__z) = IS_OBJECT_EX; \
H A Dzend_compile.h490 …Z_TYPE_INFO((call)->This) = ((object) ? IS_OBJECT_EX : IS_UNDEF) | ((info) << ZEND_CALL_INFO_SHIFT…

Completed in 17 milliseconds