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.
2 parents 9b97afd + ee81b81 commit 684368aCopy full SHA for 684368a
extension/examples/objects_list.php
@@ -21,7 +21,7 @@ class MyClassC {
21
$objectsC[] = new MyClassC();
22
}
23
24
-echo "\n* Objects list after instanciating 10 objects C\n";
+echo "\n* Objects list after instanciating 5 objects C\n";
25
meminfo_objects_list(fopen('php://stdout', 'w'));
26
27
unset($objectA);
extension/examples/objects_summary.php
-echo "\n* Objects summary after instanciating 10 objects C\n";
+echo "\n* Objects summary after instanciating 5 objects C\n";
meminfo_objects_summary(fopen('php://stdout', 'w'));
0 commit comments