Skip to content

Commit

Permalink
Merge 5ec6cbe into 0515c1f
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Dec 30, 2023
2 parents 0515c1f + 5ec6cbe commit c98cef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib/PhpInternals/Types/Zend/ZendObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function getPropertiesIterator(
ZendObject::getCTypeName(),
'properties_table',
);
$property_count = $class_entry->properties_info->count();
$property_count = $class_entry->default_properties_count;
if ($property_count === 0) {
return;
}
Expand Down

0 comments on commit c98cef2

Please sign in to comment.