This commit is contained in:
Kirill Smelov 2019-09-02 12:52:55 +02:00
parent 3f4e4949dc
commit cfaf0c76a3
6 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,7 @@ interface Reflector {
* @link https://php.net/manual/en/reflector.export.php
* @return string
* @since 5.0
* @deprecated 7.4
*/
static function export ();

View File

@ -376,6 +376,7 @@ define ('FILTER_SANITIZE_NUMBER_FLOAT', 520);
/**
* ID of "magic_quotes" filter.
* @link https://php.net/manual/en/filter.constants.php
* @deprecated 7.4
*/
define ('FILTER_SANITIZE_MAGIC_QUOTES', 521);

View File

@ -175,6 +175,7 @@ function hebrev ($hebrew_text, $max_chars_per_line = null) {}
* @return string the visual string.
* @since 4.0
* @since 5.0
* @deprecated 7.4
*/
function hebrevc ($hebrew_text, $max_chars_per_line = null) {}
@ -495,6 +496,7 @@ function strcoll ($str1, $str2) {}
* emitting E_WARNING.
* @since 4.3.0
* @since 5.0
* @deprecated 7.4
*/
function money_format ($format, $number) {}

View File

@ -952,6 +952,7 @@ function quoted_printable_encode ($str) {}
* @return string the converted string.
* @since 4.0
* @since 5.0
* @deprecated 7.4
*/
function convert_cyr_string ($str, $from, $to) {}

View File

@ -529,6 +529,7 @@ function set_include_path ($new_include_path) {}
* @return void
* @since 4.3.0
* @since 5.0
* @deprecated 7.4
*/
function restore_include_path () {}

View File

@ -1041,6 +1041,7 @@ function mail ($to, $subject, $message, $additional_headers = null, $additional_
* @return int The hash value of addr.
* @since 4.0.2
* @since 5.0
* @deprecated 7.4
*/
function ezmlm_hash ($addr) {}