6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
$x1 = "bad1"
|
|
class foo($x1) {
|
|
test $x1 {}
|
|
}
|
|
include foo("t1")
|