Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/class_object/
H A Dget_object_vars_variation_001.phpt2 get_object_vars() - ensure statics are not shown
/php-src/ext/reflection/tests/
H A Dbug80821.phpt2 Bug #80821: ReflectionProperty::getDefaultValue() returns current value for statics
/php-src/tests/lang/
H A Dbug23384.phpt2 Bug #23384 (use of class constants in statics)
/php-src/Zend/
H A Dzend_builtin_functions.c689 static void add_class_vars(zend_class_entry *scope, zend_class_entry *ce, bool statics, zval *retur… in add_class_vars() argument
704 if (statics && (prop_info->flags & ZEND_ACC_STATIC) != 0) { in add_class_vars()
707 } else if (!statics && (prop_info->flags & ZEND_ACC_STATIC) == 0) { in add_class_vars()
/php-src/ext/reflection/
H A Dphp_reflection.c4121 static void add_class_vars(zend_class_entry *ce, bool statics, zval *return_value) in add_class_vars() argument
4134 if (statics != is_static) { in add_class_vars()

Completed in 53 milliseconds