Skip to content

Commit 5bed8e6

Browse files
committed
ctype_lower/ctype_upper is locale dependent
1 parent f357a7b commit 5bed8e6

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

ext/ctype/ctype.stub.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ function ctype_cntrl(mixed $text): bool {}
2222
*/
2323
function ctype_digit(mixed $text): bool {}
2424

25-
/**
26-
* @compile-time-eval
27-
*/
2825
function ctype_lower(mixed $text): bool {}
2926

3027
/**
@@ -47,9 +44,6 @@ function ctype_punct(mixed $text): bool {}
4744
*/
4845
function ctype_space(mixed $text): bool {}
4946

50-
/**
51-
* @compile-time-eval
52-
*/
5347
function ctype_upper(mixed $text): bool {}
5448

5549
/**

ext/ctype/ctype_arginfo.h

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

0 commit comments

Comments
 (0)