作者共发了2篇帖子。
字体大小:较小 - 100% (默认)  内容转换:不转换
 
点击 回复
906 1
我提交了一個DW CC 2015的bug
巨大八爪鱼
武林盟主 二十一级
回复
1楼 发表于:2015-10-31 15:16
標題:
<?php $this::$a ?> is correct and can be executed correctly but Dreamweaver CC says it has syntax error!
內容:
Steps to Reproduce Bug:
1.  Create a PHP file
2.  Write the following codes:
<?php
class A {
  static $b = 10;
  function a() {
    echo $this::$b;
  }
}

Results: 
DW says " echo $this::$b;" has syntax errors. However, if you change it to " echo $this->$b;", PHP will report errors instead!

Expected Results:
DW shouldn't say " echo $this::$b;" is an error.
巨大八爪鱼
武林盟主 二十一级
回复
2楼 发表于:2015-10-31 15:17
回复帖子
内容:
用户名: 您目前是匿名发表。
验证码:
看不清?换一张
(快捷键:Ctrl+Enter)
本帖信息
点击数:906 回复数:1
作者:巨大八爪鱼
最后回复:巨大八爪鱼
最后回复时间:2015-10-31 15:17
公告板