Skip to content

Commit

Permalink
Update pcre.php
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj authored and DmitryTronin committed Sep 7, 2021
1 parent e8310b0 commit 357a8a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pcre/pcre.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ function preg_grep(string $pattern, array $array, int $flags = 0): array|false {
* <b>PREG_BAD_UTF8_ERROR</b>
* <b>PREG_BAD_UTF8_OFFSET_ERROR</b> (since PHP 5.3.0)
*/
#[Pure(true)]
function preg_last_error(): int {}

/**
Expand All @@ -506,7 +505,6 @@ function preg_last_error(): int {}
* @return string one of the error messages or "No error" if there is no error.
* @since 8.0
*/
#[Pure(true)]
function preg_last_error_msg(): string {}

/**
Expand Down

0 comments on commit 357a8a0

Please sign in to comment.