File List

dddd

Deprecated

返り値の宣言であるnewのキャストをひたすら書き換えていく作業

$config = & new "hoge"

$config = new "hoge"

にしていく




Deprecated: Assigning the return value of new by reference is deprecated in [DocumentRoot]/pukiwiki/lib/func.php on line "xxx"

# vi [DocumentRoot]/pukiwiki/lib/func.php



Deprecated: Assigning the return value of new by reference is deprecated in [DocumentRoot]/pukiwiki/lib/convert_html.php on line "xxx"

# vi [DocumentRoot]/pukiwiki/lib/convert_html.php



Deprecated: Assigning the return value of new by reference is deprecated in [DocumentRoot]/pukiwiki/lib/config.php on line "xxx"

# vi [DocumentRoot]/pukiwiki/lib/config.php



Deprecated: Assigning the return value of new by reference is deprecated in [DocumentRoot]/pukiwiki/lib/link.php on line "xxx"

# vi [DocumentRoot]/pukiwiki/lib/link.php



Deprecated: Assigning the return value of new by reference is deprecated in [DocumentRoot]/pukiwiki/plugin/attach.inc.php on line "xxx"

# vi [DocumentRoot]/pukiwiki/plugin/attach.inc.php