Skip to content

Commit 0f205ce

Browse files
committed
make this PR strictly a php#7780 fix, "stristr" was originally not present
1 parent 8537cff commit 0f205ce

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,10 +1654,7 @@ function dirname(string $path, int $levels = 1): string {}
16541654
*/
16551655
function pathinfo(string $path, int $flags = PATHINFO_ALL): array|string {}
16561656

1657-
/**
1658-
* @compile-time-eval
1659-
* @refcount 1
1660-
*/
1657+
/** @refcount 1 */
16611658
function stristr(string $haystack, string $needle, bool $before_needle = false): string|false {}
16621659

16631660
/**

ext/standard/basic_functions_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)