Searched refs:statics (Results 1 – 4 of 4) sorted by relevance
2 get_object_vars() - ensure statics are not shown
2 Bug #23384 (use of class constants in statics)
1091 static void add_class_vars(zend_class_entry *scope, zend_class_entry *ce, int statics, zval *return… in add_class_vars() argument1108 if (statics && (prop_info->flags & ZEND_ACC_STATIC) != 0) { in add_class_vars()1111 } else if (!statics && (prop_info->flags & ZEND_ACC_STATIC) == 0) { in add_class_vars()
3767 static void add_class_vars(zend_class_entry *ce, int statics, zval *return_value) in add_class_vars() argument3783 if (statics && (prop_info->flags & ZEND_ACC_STATIC) != 0) { in add_class_vars()3786 } else if (!statics && (prop_info->flags & ZEND_ACC_STATIC) == 0) { in add_class_vars()
Completed in 32 milliseconds