Skip to content

Commit c1d973e

Browse files
committed
Update stubs
1 parent 0522f11 commit c1d973e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stubs/ext/standard/strrchr.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
#[\Until('8.3')]
34
function strrchr(string $haystack, string $needle): string|false
45
{
6+
}
7+
/**
8+
* @compile-time-eval
9+
* @refcount 1
10+
*/
11+
#[\Since('8.3')]
12+
function strrchr(string $haystack, string $needle, bool $before_needle = false): string|false
13+
{
514
}

0 commit comments

Comments
 (0)