Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/class_object/
H A Dget_object_vars_variation_001.phpt2 get_object_vars() - ensure statics are not shown
/PHP-5.5/tests/lang/
H A Dbug23384.phpt2 Bug #23384 (use of class constants in statics)
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c904 static void add_class_vars(zend_class_entry *ce, int statics, zval *return_value TSRMLS_DC) in add_class_vars() argument
928 if (statics && (prop_info->flags & ZEND_ACC_STATIC) != 0) { in add_class_vars()
930 } else if (!statics && (prop_info->flags & ZEND_ACC_STATIC) == 0) { in add_class_vars()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3349 static void add_class_vars(zend_class_entry *ce, int statics, zval *return_value TSRMLS_DC) in add_class_vars() argument
3372 if (statics && (prop_info->flags & ZEND_ACC_STATIC) != 0) { in add_class_vars()
3374 } else if (!statics && (prop_info->flags & ZEND_ACC_STATIC) == 0) { in add_class_vars()

Completed in 60 milliseconds