Máté Kocsis
e328c68305
Rename @cname to @cvalue in stubs ( #9043 )
...
@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as @cvalue would be more appropriate.
2022-07-19 15:11:42 +02:00
Máté Kocsis
7e6301cd31
Declare ext/iconv constants in stubs ( #8714 )
2022-06-06 14:16:47 +02:00
Máté Kocsis
fdc6082902
Generate optimizer func info from stubs for various extensions ( #7409 )
...
ext/hash, ext/iconv, ext/mbstring, ext/xml, ext/zlib
2021-08-26 19:52:11 +02:00
Máté Kocsis
99b08ac281
Implicitly enable function entry generation when class entry generation is enabled
...
Closes GH-6675
2021-02-09 13:37:24 +01:00
Máté Kocsis
98fb565c74
Generate class entries from stubs for another batch of extensions
...
Closes GH-6669
2021-02-08 19:53:55 +01:00
Nikita Popov
a4331a67f4
Update iconv parameter names
...
And rename charset to encoding, including inside error messages.
Closes GH-6234.
2020-09-29 18:11:07 +02:00
Máté Kocsis
3ebce8e9fc
Fix UNKNOWN default values in various extensions
...
Closes GH-5514
2020-05-05 19:08:20 +02:00
Máté Kocsis
5322de1ba8
Generate functions entries from stubs for another set of extensions
...
Closes GH-5351
2020-04-05 00:59:44 +02:00
Christoph M. Becker
dccd137e1a
iconv_strlen() cannot return a string
2019-11-11 15:40:59 +01:00
Máté Kocsis
27e83d0fb8
Add union return types for function stubs
2019-11-11 14:54:55 +01:00
Colin O'Dell
e6d3146bdc
Accept null lengths for substr functions()
...
If a null $length is passed to any of these functions, behave as if no
parameter was passed:
- substr()
- substr_count()
- substr_compare()
- iconv_substr()
2019-10-22 12:09:04 +02:00
Christoph M. Becker
d420336115
Add ext/iconv stubs
2019-08-23 18:14:45 +02:00