aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/console')
-rw-r--r--crates/shirabe/src/console/application.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/console/application.rs b/crates/shirabe/src/console/application.rs
index 7fa6720..22b857d 100644
--- a/crates/shirabe/src/console/application.rs
+++ b/crates/shirabe/src/console/application.rs
@@ -56,8 +56,8 @@ use shirabe_php_shim::{
date_default_timezone_get, date_default_timezone_set, defined, dirname, disk_free_space,
error_get_last, extension_loaded, file_exists, file_get_contents, file_put_contents,
function_exists, get_class, getcwd, getmypid, glob, in_array, ini_set, is_array, is_dir,
- is_file, is_string, is_subclass_of, json_decode, max_i64, memory_get_peak_usage,
- memory_get_usage, method_exists, microtime, php_uname, posix_getuid, random_bytes, realpath,
+ is_file, is_string, is_subclass_of, json_decode, max, memory_get_peak_usage, memory_get_usage,
+ method_exists, microtime, php_uname, posix_getuid, random_bytes, realpath,
register_shutdown_function, restore_error_handler, round, sprintf, str_contains, str_replace,
strpos, strtoupper, sys_get_temp_dir, time, unlink,
};