Skip to content

Commit bc84d6e

Browse files
Bump branch-alias
1 parent becf0a9 commit bc84d6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Php80.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function fdiv($dividend, $divisor)
2727
return (float) @($dividend / $divisor);
2828
}
2929

30-
public static function pregLastErrorMsg()
30+
public static function preg_last_error_msg()
3131
{
3232
switch (preg_last_error()) {
3333
case PREG_INTERNAL_ERROR:

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function fdiv($dividend, $divisor) { return p\Php80::fdiv($dividend, $divisor);
1717
}
1818

1919
if (!function_exists('preg_last_error_msg')) {
20-
function preg_last_error_msg() { return p\Php80::pregLastErrorMsg(); }
20+
function preg_last_error_msg() { return p\Php80::preg_last_error_msg(); }
2121
}
2222

2323
if (!defined('FILTER_VALIDATE_BOOL') && defined('FILTER_VALIDATE_BOOLEAN')) {

0 commit comments

Comments
 (0)