mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixed bug #2023.
This commit is contained in:
parent
e8f465f3d4
commit
5ae3f32b24
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ function_entry php3_filestat_functions[] = {
|
||||||
PHP_FE(filetype, NULL)
|
PHP_FE(filetype, NULL)
|
||||||
PHP_FE(file_exists, NULL)
|
PHP_FE(file_exists, NULL)
|
||||||
PHP_FE(is_writable, NULL)
|
PHP_FE(is_writable, NULL)
|
||||||
|
PHP_FALIAS(is_writeable, is_writable, NULL)
|
||||||
PHP_FE(is_readable, NULL)
|
PHP_FE(is_readable, NULL)
|
||||||
PHP_FE(is_executable, NULL)
|
PHP_FE(is_executable, NULL)
|
||||||
PHP_FE(is_file, NULL)
|
PHP_FE(is_file, NULL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue