/
opt
/
cpanel
/
ea-php85
/
root
/
usr
/
include
/
php
/
ext
/
standard
/
/opt/cpanel/ea-php85/root/usr/include/php/ext/standard
mkdir
upload
Name
Size
Mode
Actions
base64.h
4013
0644
edit
dl
rm
basic_functions.h
4586
0644
edit
dl
rm
basic_functions_arginfo.h
174099
0644
edit
dl
rm
crc32.h
4916
0644
edit
dl
rm
crc32_x86.h
1882
0644
edit
dl
rm
credits.h
1562
0644
edit
dl
rm
credits_ext.h
5224
0644
edit
dl
rm
credits_sapi.h
831
0644
edit
dl
rm
crypt_blowfish.h
790
0644
edit
dl
rm
crypt_freesec.h
584
0644
edit
dl
rm
css.h
1070
0644
edit
dl
rm
dir_arginfo.h
3398
0644
edit
dl
rm
dl.h
1497
0644
edit
dl
rm
dl_arginfo.h
270
0644
edit
dl
rm
exec.h
1338
0644
edit
dl
rm
file.h
4117
0644
edit
dl
rm
file_arginfo.h
9876
0644
edit
dl
rm
flock_compat.h
1903
0644
edit
dl
rm
fsock.h
1247
0644
edit
dl
rm
head.h
1634
0644
edit
dl
rm
html.h
2419
0644
edit
dl
rm
html_tables.h
483597
0644
edit
dl
rm
info.h
23434
0644
edit
dl
rm
md5.h
2025
0644
edit
dl
rm
pageinfo.h
1180
0644
edit
dl
rm
password_arginfo.h
1031
0644
edit
dl
rm
php_array.h
2865
0644
edit
dl
rm
php_assert.h
1382
0644
edit
dl
rm
php_browscap.h
1135
0644
edit
dl
rm
php_crypt.h
1493
0644
edit
dl
rm
php_crypt_r.h
1679
0644
edit
dl
rm
php_dir.h
1241
0644
edit
dl
rm
php_dir_int.h
1057
0644
edit
dl
rm
php_dns.h
3653
0644
edit
dl
rm
php_ext_syslog.h
1193
0644
edit
dl
rm
php_filestat.h
2155
0644
edit
dl
rm
php_fopen_wrappers.h
1837
0644
edit
dl
rm
php_http.h
1349
0644
edit
dl
rm
php_image.h
3093
0644
edit
dl
rm
php_incomplete_class.h
2202
0644
edit
dl
rm
php_mail.h
1281
0644
edit
dl
rm
php_math.h
3385
0644
edit
dl
rm
php_math_round_mode.h
1976
0644
edit
dl
rm
php_net.h
1163
0644
edit
dl
rm
php_password.h
2878
0644
edit
dl
rm
php_standard.h
1852
0644
edit
dl
rm
php_string.h
3941
0644
edit
dl
rm
php_uuencode.h
1205
0644
edit
dl
rm
php_var.h
3497
0644
edit
dl
rm
php_versioning.h
1211
0644
edit
dl
rm
proc_open.h
1942
0644
edit
dl
rm
quot_print.h
1255
0644
edit
dl
rm
scanf.h
1997
0644
edit
dl
rm
sha1.h
1620
0644
edit
dl
rm
streamsfuncs.h
1137
0644
edit
dl
rm
url.h
2324
0644
edit
dl
rm
url_scanner_ex.h
2424
0644
edit
dl
rm
user_filters_arginfo.h
4900
0644
edit
dl
rm
Edit:
/opt/cpanel/ea-php85/root/usr/include/php/ext/standard/dir_arginfo.h
(3398B)
/* This is a generated file, edit the .stub.php file instead. * Stub hash: e21d382cd4001001874c49d8c5244efb57613910 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Directory_close, 0, 0, IS_VOID, 0) ZEND_END_ARG_INFO() #define arginfo_class_Directory_rewind arginfo_class_Directory_close ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_class_Directory_read, 0, 0, MAY_BE_STRING|MAY_BE_FALSE) ZEND_END_ARG_INFO() ZEND_METHOD(Directory, close); ZEND_METHOD(Directory, rewind); ZEND_METHOD(Directory, read); static const zend_function_entry class_Directory_methods[] = { ZEND_ME(Directory, close, arginfo_class_Directory_close, ZEND_ACC_PUBLIC) ZEND_ME(Directory, rewind, arginfo_class_Directory_rewind, ZEND_ACC_PUBLIC) ZEND_ME(Directory, read, arginfo_class_Directory_read, ZEND_ACC_PUBLIC) ZEND_FE_END }; static void register_dir_symbols(int module_number) { REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", dirsep_str, CONST_PERSISTENT); REGISTER_STRING_CONSTANT("PATH_SEPARATOR", pathsep_str, CONST_PERSISTENT); #if (defined(PHP_GLOB_BRACE) && PHP_GLOB_BRACE != 0) REGISTER_LONG_CONSTANT("GLOB_BRACE", PHP_GLOB_BRACE, CONST_PERSISTENT); #endif #if (defined(PHP_GLOB_ERR) && PHP_GLOB_ERR != 0) REGISTER_LONG_CONSTANT("GLOB_ERR", PHP_GLOB_ERR, CONST_PERSISTENT); #endif #if (defined(PHP_GLOB_MARK) && PHP_GLOB_MARK != 0) REGISTER_LONG_CONSTANT("GLOB_MARK", PHP_GLOB_MARK, CONST_PERSISTENT); #endif #if (defined(PHP_GLOB_NOCHECK) && PHP_GLOB_NOCHECK != 0) REGISTER_LONG_CONSTANT("GLOB_NOCHECK", PHP_GLOB_NOCHECK, CONST_PERSISTENT); #endif #if (defined(PHP_GLOB_NOESCAPE) && PHP_GLOB_NOESCAPE != 0) REGISTER_LONG_CONSTANT("GLOB_NOESCAPE", PHP_GLOB_NOESCAPE, CONST_PERSISTENT); #endif #if (defined(PHP_GLOB_NOSORT) && PHP_GLOB_NOSORT != 0) REGISTER_LONG_CONSTANT("GLOB_NOSORT", PHP_GLOB_NOSORT, CONST_PERSISTENT); #endif #if (defined(PHP_GLOB_ONLYDIR) && PHP_GLOB_ONLYDIR != 0) REGISTER_LONG_CONSTANT("GLOB_ONLYDIR", PHP_GLOB_ONLYDIR, CONST_PERSISTENT); #endif #if defined(PHP_GLOB_AVAILABLE_FLAGS) REGISTER_LONG_CONSTANT("GLOB_AVAILABLE_FLAGS", PHP_GLOB_AVAILABLE_FLAGS, CONST_PERSISTENT); #endif REGISTER_LONG_CONSTANT("SCANDIR_SORT_ASCENDING", PHP_SCANDIR_SORT_ASCENDING, CONST_PERSISTENT); REGISTER_LONG_CONSTANT("SCANDIR_SORT_DESCENDING", PHP_SCANDIR_SORT_DESCENDING, CONST_PERSISTENT); REGISTER_LONG_CONSTANT("SCANDIR_SORT_NONE", PHP_SCANDIR_SORT_NONE, CONST_PERSISTENT); } static zend_class_entry *register_class_Directory(void) { zend_class_entry ce, *class_entry; INIT_CLASS_ENTRY(ce, "Directory", class_Directory_methods); class_entry = zend_register_internal_class_with_flags(&ce, NULL, ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE); zval property_path_default_value; ZVAL_UNDEF(&property_path_default_value); zend_declare_typed_property(class_entry, ZSTR_KNOWN(ZEND_STR_PATH), &property_path_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING)); zval property_handle_default_value; ZVAL_UNDEF(&property_handle_default_value); zend_string *property_handle_name = zend_string_init("handle", sizeof("handle") - 1, 1); zend_declare_typed_property(class_entry, property_handle_name, &property_handle_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_ANY)); zend_string_release(property_handle_name); return class_entry; }
Save
cmd:
run