mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- MFB: PATHINFO_FILENAME constant registration (Sara)
This commit is contained in:
parent
6b4bfe4a35
commit
02a92e7eb5
1 changed files with 190 additions and 189 deletions
|
@ -78,6 +78,7 @@ void register_string_constants(INIT_FUNC_ARGS)
|
|||
REGISTER_LONG_CONSTANT("PATHINFO_DIRNAME", PHP_PATHINFO_DIRNAME, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT("PATHINFO_BASENAME", PHP_PATHINFO_BASENAME, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT("PATHINFO_EXTENSION", PHP_PATHINFO_EXTENSION, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT("PATHINFO_FILENAME", PHP_PATHINFO_FILENAME, CONST_CS | CONST_PERSISTENT);
|
||||
|
||||
#ifdef HAVE_LOCALECONV
|
||||
/* If last members of struct lconv equal CHAR_MAX, no grouping is done */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue