mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Declare ext/intl constants in stubs - part 1 (#9205)
This commit is contained in:
parent
ac31e2e611
commit
0c225a2f57
5 changed files with 116 additions and 41 deletions
|
@ -175,9 +175,6 @@ PHP_MINIT_FUNCTION( intl )
|
|||
/* Register 'Locale' PHP class */
|
||||
locale_register_Locale_class( );
|
||||
|
||||
/* Expose Locale constants to PHP scripts */
|
||||
locale_register_constants( INIT_FUNC_ARGS_PASSTHRU );
|
||||
|
||||
msgformat_register_class();
|
||||
|
||||
grapheme_register_constants( INIT_FUNC_ARGS_PASSTHRU );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue