Searched refs:fetch_sub_type (Results 1 – 1 of 1) sorted by relevance
1305 int fetch_sub_type = fetch_type & ZEND_FETCH_CLASS_MASK; in zend_fetch_class() local1308 switch (fetch_sub_type) { in zend_fetch_class()1333 fetch_sub_type = zend_get_class_fetch_type(class_name); in zend_fetch_class()1334 if (UNEXPECTED(fetch_sub_type != ZEND_FETCH_CLASS_DEFAULT)) { in zend_fetch_class()1345 if (fetch_sub_type == ZEND_FETCH_CLASS_INTERFACE) { in zend_fetch_class()1347 } else if (fetch_sub_type == ZEND_FETCH_CLASS_TRAIT) { in zend_fetch_class()
Completed in 9 milliseconds