summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro MFA Evangelista <pevangelista@sciere.com.br>2014-07-05 17:30:05 -0300
committerRogerio Prado de Jesus <rogeriopradoj@gmail.com>2014-09-28 23:25:47 -0300
commit2c6ecbbea110328970ea4265a1b0245e692f8f3f (patch)
treed6cb6b3036bdc67db60167fecaac002b7e8b555b
parent8cd23d49db3482bf408c82f6287d8df5988b072d (diff)
downloadphp-git-2c6ecbbea110328970ea4265a1b0245e692f8f3f.tar.gz
Add my information to this test
-rw-r--r--ext/readline/tests/readline_read_history_error_001.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/readline/tests/readline_read_history_error_001.phpt b/ext/readline/tests/readline_read_history_error_001.phpt
index db1e001694..0a65a66d5c 100644
--- a/ext/readline/tests/readline_read_history_error_001.phpt
+++ b/ext/readline/tests/readline_read_history_error_001.phpt
@@ -1,7 +1,9 @@
--TEST--
readline_read_history() function - Error cases
+--CREDITS--
+Pedro Manoel Evangelista <pedro.evangelista at gmail dot com>
--SKIPIF--
-<?php if (!extension_loaded("readline") || !function_exists('readline_read_history')) die("skip");
+<?php if (!extension_loaded("readline") || !function_exists('readline_read_history')) die("skip"); ?>
--FILE--
<?php
var_dump(readline_read_history());