We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e76d98 commit b84ed08Copy full SHA for b84ed08
Prototype/index.php
@@ -10,3 +10,8 @@
10
$book = clone $fooPrototype;
11
$book->setTitle('Foo Book No ' . $i);
12
}
13
+
14
+for ($i = 0; $i < 5000; $i++) {
15
+ $book = clone $barPrototype;
16
+ $book->setTitle('Bar Book No ' . $i);
17
+}
0 commit comments