Skip to content

Commit 6bd9dbb

Browse files
Merge pull request #11 from YusongXiao/main
Update index.php
2 parents e36c82b + 84a8ab6 commit 6bd9dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Level16/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
__wakeUp() 方法用于反序列化时自动调用。例如 unserialize()。
77
__invoke() 方法用于一个对象被当成函数时应该如何回应。例如 $obj() 应该显示些什么。
8-
__toString() 方法用于一个类被当成字符串时应怎样回应。例如 echo $obj; 应该显示些什么。
8+
__toString() 方法用于一个对象被当成字符串时应怎样回应。例如 echo $obj; 应该显示些什么。
99
1010
试着把他们串起来吧ww
1111
@@ -46,4 +46,4 @@ public function __wakeUp() {
4646
unserialize($_POST['o']);
4747
} else {
4848
highlight_file(__FILE__);
49-
}
49+
}

0 commit comments

Comments
 (0)