Searched refs:readline_write_history (Results 1 – 9 of 9) sorted by relevance
2 readline_write_history(): Test that open_basedir is respected6 <?php if (!function_exists('readline_write_history')) die("skip"); ?>14 var_dump(readline_write_history($name));18 Warning: readline_write_history(): open_basedir restriction in effect. File(/tmp/out-of-sandbox) is…
2 readline_write_history(): Basic test20 readline_write_history($name);
2 readline_write_history(): Basic test18 readline_write_history($name);
2 readline_write_history(): Basic test21 readline_write_history($name);
17 var_dump(readline_write_history($name));
70 ZEND_FUNCTION(readline_write_history);98 ZEND_FE(readline_write_history, arginfo_readline_write_history)
30 function readline_write_history(?string $filename = null): bool {} function
385 PHP_FUNCTION(readline_write_history) in PHP_FUNCTION() argument
8 || $function === 'readline_write_history'
Completed in 16 milliseconds