Home
last modified time | relevance | path

Searched refs:IS_STATIC (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_type_info.h43 #define MAY_BE_STATIC (1 << IS_STATIC)
H A Dzend_language_parser.y768 | T_STATIC { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_STATIC); }
H A Dzend_types.h539 #define IS_STATIC 15 macro
H A Dzend_ast.c1677 case IS_STATIC: APPEND_STR("static"); in zend_ast_export_ex()
H A Dzend_compile.c6033 if (ast->attr == IS_STATIC && !CG(active_class_entry) && zend_is_scope_known()) { in zend_compile_single_typename()
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt20 $StaticFlag = ReflectionMethod::IS_STATIC;
H A DReflectionClass_getProperties_003.phpt20 $StaticFlag = ReflectionProperty::IS_STATIC;
/PHP-8.0/ext/zend_test/
H A Dtest_arginfo.h82 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class__ZendTestClass_returnsStatic, 0, 0, IS_STATIC

Completed in 55 milliseconds