Lines Matching refs:fetch_type

2183 void zend_resolve_class_name(znode *class_name, ulong fetch_type, int check_ns_name TSRMLS_DC) /* {…  in zend_resolve_class_name()  argument
2279 int fetch_type; in zend_do_fetch_class() local
2281fetch_type = zend_get_class_fetch_type(class_name->u.constant.value.str.val, class_name->u.constan… in zend_do_fetch_class()
2282 switch (fetch_type) { in zend_do_fetch_class()
2287 opline->extended_value = fetch_type; in zend_do_fetch_class()
5594 ulong fetch_type = 0; in zend_do_fetch_constant() local
5605 zend_resolve_class_name(constant_container, fetch_type, 1 TSRMLS_CC); in zend_do_fetch_constant()
5609 result->u.constant.type = IS_CONSTANT | fetch_type; in zend_do_fetch_constant()
5614 zend_resolve_class_name(constant_container, fetch_type, 1 TSRMLS_CC); in zend_do_fetch_constant()
5655 fetch_type |= IS_CONSTANT_UNQUALIFIED; in zend_do_fetch_constant()
5659 result->u.constant.type = IS_CONSTANT | fetch_type; in zend_do_fetch_constant()
5974 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T… in zend_do_fetch_static_variable()
6004 …opline->opcode = (fetch_type == ZEND_FETCH_LEXICAL) ? ZEND_FETCH_R : ZEND_FETCH_W; /* the default… in zend_do_fetch_static_variable()
6020 if (fetch_type == ZEND_FETCH_LEXICAL) { in zend_do_fetch_static_variable()
6053 void zend_do_fetch_global_variable(znode *varname, const znode *static_assignment, int fetch_type T… in zend_do_fetch_global_variable()
6074 opline->extended_value = fetch_type; in zend_do_fetch_global_variable()