Home
last modified time | relevance | path

Searched refs:readline (Results 1 – 25 of 41) sorted by relevance

12

/PHP-7.3/ext/readline/
H A Dconfig.m41 dnl config.m4 for extension readline
3 PHP_ARG_WITH(libedit,for libedit readline replacement,
7 PHP_ARG_WITH(readline,for readline support,
8 [ --with-readline[=DIR] Include readline support (CLI/CGI only)])
16 test -f $i/include/readline/readline.h && READLINE_DIR=$i && break
20 AC_MSG_ERROR(Please reinstall readline - I cannot find readline.h)
38 PHP_CHECK_LIBRARY(readline, readline,
42 AC_MSG_ERROR(readline library not found)
61 PHP_CHECK_LIBRARY(readline, rl_on_new_line,
99 PHP_CHECK_LIBRARY(edit, readline,
[all …]
H A Dconfig.w323 ARG_WITH("readline", "Readline support", "yes");
6 if (CHECK_LIB("edit_a.lib;edit.lib", "readline", PHP_READLINE) &&
7 CHECK_HEADER_ADD_INCLUDE("editline/readline.h", "CFLAGS_READLINE")) {
8 EXTENSION("readline", "readline.c readline_cli.c");
12 WARNING("readline not enabled; libraries and headers not found");
H A Dreadline.c42 PHP_FUNCTION(readline);
67 PHP_MINIT_FUNCTION(readline);
70 PHP_MINFO_FUNCTION(readline);
158 PHP_MINIT(readline),
159 PHP_MSHUTDOWN(readline),
161 PHP_RSHUTDOWN(readline),
162 PHP_MINFO(readline),
168 ZEND_GET_MODULE(readline)
171 PHP_MINIT_FUNCTION(readline) in PHP_MINIT_FUNCTION() argument
213 PHP_FUNCTION(readline) in PHP_FUNCTION() argument
[all …]
H A DREADME.libedit1 This library can be built with libedit - non-GPL drop-in readline replacement.
/PHP-7.3/ext/readline/tests/
H A Dreadline_write_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip");
5 if (READLINE_LIB == "libedit") die("skip readline only");
10 $name = tempnam('/tmp', 'readline.tmp');
H A Dbug77812-readline.phpt5 if (!extension_loaded('readline')) die('skip readline extension not available');
6 if (READLINE_LIB !== "readline") die('skip readline only');
H A Dreadline_read_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); …
8 $name = tempnam('/tmp', 'readline.tmp');
H A Dreadline_callback_handler_remove_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_remove')) di…
5 if (READLINE_LIB == "libedit") die("skip readline only");
H A Dlibedit_write_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip");
13 $name = tempnam('/tmp', 'readline.tmp');
H A Dlibedit_write_history_001-win32.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip");
13 $name = tempnam(sys_get_temp_dir(), 'readline.tmp');
H A Dreadline_read_history_error_001.phpt6 <?php if (!extension_loaded("readline")) die('skip readline extension not loaded'); ?>
H A Dreadline_callback_handler_install_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_install')) d…
5 if (READLINE_LIB == "libedit") die("skip readline only");
H A Dreadline_info_001.phpt4 <?php if (!extension_loaded("readline")) die("skip");
5 if (READLINE_LIB == "libedit") die("skip readline only");
H A Dbug77812-libedit.phpt5 if (!extension_loaded('readline')) die('skip readline extension not available');
H A Dbug69054.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip"); ?>
H A Dreadline_clear_history_001.phpt4 <?php if (!extension_loaded("readline")) die("skip"); ?>
H A Dbug72538.phpt4 <?php if (!extension_loaded("readline")) die("skip");
H A Dreadline_list_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); …
H A Dlibedit_callback_handler_remove_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_remove')) di…
H A Dreadline_completion_function_001.phpt4 <?php if (!extension_loaded("readline")) die("skip"); ?>
/PHP-7.3/sapi/phpdbg/
H A Dconfig.m413 PHP_ARG_ENABLE(phpdbg-readline, for phpdbg readline support,
14 [ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], …
29 AC_MSG_CHECKING([for phpdbg and readline integration])
36 AC_MSG_RESULT([readline is not available])
/PHP-7.3/Zend/tests/
H A Dbug40236.phpt6 if (extension_loaded("readline")) die("skip Test doesn't support readline");
/PHP-7.3/sapi/cli/tests/
H A Dbug64529.phpt8 if (!extension_loaded("readline") || !readline_info("done")) {
9 die("skip readline support required");
22 if (extension_loaded("readline")) {
H A D016.phpt2 CLI -a and readline
6 if (!extension_loaded('readline') || readline_info('done') === NULL) {
7 die ("skip need readline support");
H A D017.phpt6 if (!extension_loaded('readline') || readline_info('done') !== NULL) {
7 die ("skip need readline support using libedit");

Completed in 23 milliseconds

12