Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
readline /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
bug69054.phpt
306
B
-rw-rw-r--
2022-10-31 11:36
bug72538.phpt
331
B
-rw-rw-r--
2022-10-31 11:36
bug77812-libedit.phpt
1.04
KB
-rw-rw-r--
2022-10-31 11:36
bug77812-readline.phpt
1.29
KB
-rw-rw-r--
2022-10-31 11:36
libedit_callback_handler_install_001.phpt
765
B
-rw-rw-r--
2022-10-31 11:36
libedit_callback_handler_remove_001.phpt
583
B
-rw-rw-r--
2022-10-31 11:36
libedit_info_001-win32.phpt
856
B
-rw-rw-r--
2022-10-31 11:36
libedit_info_001.phpt
918
B
-rw-rw-r--
2022-10-31 11:36
libedit_write_history_001-win32.phpt
582
B
-rw-rw-r--
2022-10-31 11:36
libedit_write_history_001.phpt
584
B
-rw-rw-r--
2022-10-31 11:36
readline_add_history_001.phpt
632
B
-rw-rw-r--
2022-10-31 11:36
readline_basic.phpt
273
B
-rw-rw-r--
2022-10-31 11:36
readline_callback_handler_install_001.phpt
749
B
-rw-rw-r--
2022-10-31 11:36
readline_callback_handler_remove_001.phpt
577
B
-rw-rw-r--
2022-10-31 11:36
readline_clear_history_001.phpt
325
B
-rw-rw-r--
2022-10-31 11:36
readline_completion_function_001.phpt
459
B
-rw-rw-r--
2022-10-31 11:36
readline_info_001.phpt
1.36
KB
-rw-rw-r--
2022-10-31 11:36
readline_list_history_001.phpt
368
B
-rw-rw-r--
2022-10-31 11:36
readline_read_history_001.phpt
516
B
-rw-rw-r--
2022-10-31 11:36
readline_read_history_error_001.phpt
507
B
-rw-rw-r--
2022-10-31 11:36
readline_read_history_open_basedir_001.phpt
506
B
-rw-rw-r--
2022-10-31 11:36
readline_without_input.phpt
435
B
-rw-rw-r--
2022-10-31 11:36
readline_write_history_001.phpt
502
B
-rw-rw-r--
2022-10-31 11:36
readline_write_history_open_basedir_001.phpt
510
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- readline_read_history(): Basic test --SKIPIF-- <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); ?> --FILE-- <?php $name = tempnam(sys_get_temp_dir(), 'readline.tmp'); readline_add_history("foo"); var_dump(readline_write_history($name)); var_dump(readline_clear_history()); var_dump(readline_read_history($name)); var_dump(readline_list_history()); unlink($name); ?> --EXPECT-- bool(true) bool(true) bool(true) array(1) { [0]=> string(3) "foo" }