We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a77a1e commit 6857cc0Copy full SHA for 6857cc0
Zend/zend_attributes.c
@@ -35,7 +35,7 @@ static zend_object_handlers attributes_object_handlers_sensitive_parameter_value
35
36
static HashTable internal_attributes;
37
38
-void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope)
+static void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope)
39
{
40
// TODO: More proper signature validation: Too many args, incorrect arg names.
41
if (attr->argc > 0) {
0 commit comments