/
opt
/
cpanel
/
ea-php84
/
root
/
usr
/
include
/
php
/
ext
/
standard
/
/opt/cpanel/ea-php84/root/usr/include/php/ext/standard
mkdir
upload
Name
Size
Mode
Actions
base64.h
4013
0644
edit
dl
rm
basic_functions.h
4570
0644
edit
dl
rm
basic_functions_arginfo.h
174630
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
5085
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
datetime.h
1172
0644
edit
dl
rm
dir_arginfo.h
3585
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
4157
0644
edit
dl
rm
file_arginfo.h
8611
0644
edit
dl
rm
flock_compat.h
1903
0644
edit
dl
rm
fsock.h
1247
0644
edit
dl
rm
head.h
1566
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
2022
0644
edit
dl
rm
pack.h
1073
0644
edit
dl
rm
pageinfo.h
1180
0644
edit
dl
rm
password_arginfo.h
1206
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
1864
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
2173
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_smart_string.h
1161
0644
edit
dl
rm
php_smart_string_public.h
1168
0644
edit
dl
rm
php_standard.h
1892
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
2070
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-php84/root/usr/include/php/ext/standard/dir_arginfo.h
(3585B)
/* This is a generated file, edit the .stub.php file instead. * Stub hash: 4b0f093770ff9a6cad9db033e0b62b412408b937 */ ZEND_BEGIN_ARG_WITH_TENTATIVE_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_TENTATIVE_RETURN_TYPE_MASK_EX(arginfo_class_Directory_read, 0, 0, MAY_BE_STRING|MAY_BE_FALSE) ZEND_END_ARG_INFO() ZEND_FUNCTION(closedir); ZEND_FUNCTION(rewinddir); ZEND_FUNCTION(readdir); static const zend_function_entry class_Directory_methods[] = { ZEND_RAW_FENTRY("close", zif_closedir, arginfo_class_Directory_close, ZEND_ACC_PUBLIC, NULL, NULL) ZEND_RAW_FENTRY("rewind", zif_rewinddir, arginfo_class_Directory_rewind, ZEND_ACC_PUBLIC, NULL, NULL) ZEND_RAW_FENTRY("read", zif_readdir, arginfo_class_Directory_read, ZEND_ACC_PUBLIC, NULL, NULL) 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(HAVE_GLOB) && (defined(GLOB_BRACE) && GLOB_BRACE != 0) REGISTER_LONG_CONSTANT("GLOB_BRACE", GLOB_BRACE, CONST_PERSISTENT); #endif #if defined(HAVE_GLOB) && (defined(GLOB_ERR) && GLOB_ERR != 0) REGISTER_LONG_CONSTANT("GLOB_ERR", GLOB_ERR, CONST_PERSISTENT); #endif #if defined(HAVE_GLOB) && (defined(GLOB_MARK) && GLOB_MARK != 0) REGISTER_LONG_CONSTANT("GLOB_MARK", GLOB_MARK, CONST_PERSISTENT); #endif #if defined(HAVE_GLOB) && (defined(GLOB_NOCHECK) && GLOB_NOCHECK != 0) REGISTER_LONG_CONSTANT("GLOB_NOCHECK", GLOB_NOCHECK, CONST_PERSISTENT); #endif #if defined(HAVE_GLOB) && (defined(GLOB_NOESCAPE) && GLOB_NOESCAPE != 0) REGISTER_LONG_CONSTANT("GLOB_NOESCAPE", GLOB_NOESCAPE, CONST_PERSISTENT); #endif #if defined(HAVE_GLOB) && (defined(GLOB_NOSORT) && GLOB_NOSORT != 0) REGISTER_LONG_CONSTANT("GLOB_NOSORT", GLOB_NOSORT, CONST_PERSISTENT); #endif #if defined(HAVE_GLOB) && defined(GLOB_ONLYDIR) REGISTER_LONG_CONSTANT("GLOB_ONLYDIR", GLOB_ONLYDIR, CONST_PERSISTENT); #endif #if defined(HAVE_GLOB) && defined(GLOB_AVAILABLE_FLAGS) REGISTER_LONG_CONSTANT("GLOB_AVAILABLE_FLAGS", 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, 0); zval property_path_default_value; ZVAL_UNDEF(&property_path_default_value); zend_string *property_path_name = zend_string_init("path", sizeof("path") - 1, 1); zend_declare_typed_property(class_entry, property_path_name, &property_path_default_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_MASK(MAY_BE_STRING)); zend_string_release(property_path_name); 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