Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_dump.c890 uint32_t func_flags = 0; in zend_dump_op_array() local
904 func_flags = func_info->flags; in zend_dump_op_array()
916 if (func_flags & ZEND_FUNC_INDIRECT_VAR_ACCESS) { in zend_dump_op_array()
919 if (func_flags & ZEND_FUNC_RECURSIVE) { in zend_dump_op_array()
921 if (func_flags & ZEND_FUNC_RECURSIVE_DIRECTLY) { in zend_dump_op_array()
924 if (func_flags & ZEND_FUNC_RECURSIVE_INDIRECTLY) { in zend_dump_op_array()
928 if (func_flags & ZEND_FUNC_IRREDUCIBLE) { in zend_dump_op_array()
931 if (func_flags & ZEND_FUNC_NO_LOOPS) { in zend_dump_op_array()
934 if (func_flags & ZEND_FUNC_HAS_EXTENDED_STMT) { in zend_dump_op_array()
937 if (func_flags & ZEND_FUNC_HAS_EXTENDED_FCALL) { in zend_dump_op_array()
/PHP-8.0/ext/imap/
H A Dphp_imap.c161 #define PHP_IMAP_CHECK_MSGNO_MAYBE_UID_POST_FLAG_CHECKS(msgindex, arg_pos, func_flags, uid_flag) \ argument
162 if (func_flags & uid_flag) { \

Completed in 23 milliseconds