Searched refs:fetch_sub_type (Results 1 – 1 of 1) sorted by relevance
1461 int fetch_sub_type = fetch_type & ZEND_FETCH_CLASS_MASK; in zend_fetch_class() local1464 switch (fetch_sub_type) { in zend_fetch_class()1489 fetch_sub_type = zend_get_class_fetch_type(class_name); in zend_fetch_class()1490 if (UNEXPECTED(fetch_sub_type != ZEND_FETCH_CLASS_DEFAULT)) { in zend_fetch_class()1501 if (fetch_sub_type == ZEND_FETCH_CLASS_INTERFACE) { in zend_fetch_class()1503 } else if (fetch_sub_type == ZEND_FETCH_CLASS_TRAIT) { in zend_fetch_class()
Completed in 11 milliseconds