Home
last modified time | relevance | path

Searched refs:ZEND_FETCH_CLASS_STATIC (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_compile.h797 #define ZEND_FETCH_CLASS_STATIC 3 macro
H A Dzend_compile.c1339 return ZEND_FETCH_CLASS_STATIC; in zend_get_class_fetch_type()
1395 case ZEND_FETCH_CLASS_STATIC: in zend_try_compile_const_expr_resolve_class_name()
1400 fetch_type == ZEND_FETCH_CLASS_STATIC ? "static" : "parent" in zend_try_compile_const_expr_resolve_class_name()
5185 case ZEND_FETCH_CLASS_STATIC: in zend_compile_use_trait()
6731 case ZEND_FETCH_CLASS_STATIC: in zend_compile_resolve_class_name()
6933 if (ZEND_FETCH_CLASS_STATIC == fetch_type) { in zend_compile_const_expr_class_const()
H A Dzend_execute_API.c1355 case ZEND_FETCH_CLASS_STATIC: in zend_fetch_class()
H A Dzend_vm_def.h7903 case ZEND_FETCH_CLASS_STATIC:
H A Dzend_vm_execute.h1692 case ZEND_FETCH_CLASS_STATIC:

Completed in 137 milliseconds