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 4242098 commit 4f02031Copy full SHA for 4f02031
tests/024.phpt
@@ -35,6 +35,7 @@ class Obj {
35
}
36
37
38
+#[AllowDynamicProperties()]
39
class Obj2 {
40
public $aa;
41
protected $bb;
tests/bug013.phpt
@@ -8,6 +8,7 @@ if (!extension_loaded("msgpack")) {
8
--FILE--
9
<?php
10
11
12
class magicClass {
13
public function __set($name, $value) {
14
echo 'Called __set' . PHP_EOL;
0 commit comments