Searched refs:readline (Results 1 - 3 of 3) sorted by relevance

/PHP_TRUNK/travis/
H A Dcompile.sh30 --with-readline \
/PHP_TRUNK/ext/readline/
H A Dreadline_cli.c52 #include <editline/readline.h>
54 #include <readline/readline.h>
55 #include <readline/history.h>
610 while ((line = readline(prompt)) != NULL) {
721 REGISTER_STRING_CONSTANT("READLINE_LIB", "readline", CONST_CS|CONST_PERSISTENT);
H A Dreadline.c38 #include <editline/readline.h>
40 #include <readline/readline.h>
41 #include <readline/history.h>
44 PHP_FUNCTION(readline); variable
69 PHP_MINIT_FUNCTION(readline); variable
70 PHP_MSHUTDOWN_FUNCTION(readline); variable
71 PHP_RSHUTDOWN_FUNCTION(readline); variable
72 PHP_MINFO_FUNCTION(readline); variable
132 PHP_FE(readline, arginfo_readlin
[all...]

Completed in 17 milliseconds