摘要: 输出: In foo() In bar() argument was 'test' test Fatal error: Call to undefined function test() 阅读全文
posted @ 2016-05-28 10:04 TBHacker 阅读(264) 评论(0) 推荐(0)
摘要: 输出: int(0) int(1) int(2) 改变一下 输出: Notice: Undefined offset: 2 in D:\xampp\htdocs\t\test.php on line 6 int(0) int(1) NULL 再变一下 输出: int(0) int(1) int(2) 阅读全文
posted @ 2016-05-28 09:57 TBHacker 阅读(915) 评论(0) 推荐(0)
摘要: 输出: This is a string, and something extra. 如果没有这个&符号, 输出: This is a string, 阅读全文
posted @ 2016-05-28 09:53 TBHacker 阅读(3336) 评论(0) 推荐(2)