fetch_sub_type   1332 Zend/zend_execute_API.c 	int fetch_sub_type = fetch_type & ZEND_FETCH_CLASS_MASK;
fetch_sub_type   1335 Zend/zend_execute_API.c 	switch (fetch_sub_type) {
fetch_sub_type   1358 Zend/zend_execute_API.c 				fetch_sub_type = zend_get_class_fetch_type(class_name);
fetch_sub_type   1359 Zend/zend_execute_API.c 				if (UNEXPECTED(fetch_sub_type != ZEND_FETCH_CLASS_DEFAULT)) {
fetch_sub_type   1370 Zend/zend_execute_API.c 			if (fetch_sub_type == ZEND_FETCH_CLASS_INTERFACE) {
fetch_sub_type   1372 Zend/zend_execute_API.c 			} else if (fetch_sub_type == ZEND_FETCH_CLASS_TRAIT) {