substr() behavior is also changed in php 7:
If string is equal to start characters long, an empty string will be returned. Prior to this version (7), FALSE was returned in this case.
http://php.net/manual/en/function.substr.php
depth
を受け付けるようになりました。これは、
カレントディレクトリから depth
段階さかのぼったディレクトリ名を取得します。
is_dst
パラメータを受け付けなくなりました。
PREG_REPLACE_EVAL
) をサポートしなくなりました。
かわりに preg_replace_callback() を使いましょう。
category
を文字列で渡すことができなくなりました。定数
LC_*
を指定する必要があります。
substr() behavior is also changed in php 7:
If string is equal to start characters long, an empty string will be returned. Prior to this version (7), FALSE was returned in this case.
http://php.net/manual/en/function.substr.php