mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Remove duff comment produced by the test generator tool
This commit is contained in:
parent
1a9de83ddf
commit
fc8a260a92
@ -13,13 +13,8 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing mb_ereg_replace() : error conditions ***\n";
|
||||
|
||||
|
||||
//Test mb_ereg_replace with one more than the expected number of arguments
|
||||
echo "\n-- Testing mb_ereg_replace() function with more than expected no. of arguments --\n";
|
||||
$pattern = b'[a-k]';
|
||||
|
@ -15,10 +15,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing mb_ereg_replace() : usage variations ***\n";
|
||||
|
||||
// Initialise function arguments not being substituted (if any)
|
||||
|
@ -13,10 +13,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing mb_ereg_replace() : usage variations ***\n";
|
||||
|
||||
// Initialise function arguments not being substituted (if any)
|
||||
|
@ -13,10 +13,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing mb_ereg_replace() : usage variations ***\n";
|
||||
|
||||
// Initialise function arguments not being substituted (if any)
|
||||
|
@ -13,10 +13,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing mb_ereg_replace() : usage variations ***\n";
|
||||
|
||||
// Initialise function arguments not being substituted (if any)
|
||||
|
@ -13,10 +13,6 @@ function_exists('mb_split') or die("skip mb_split() is not available in this bui
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing mb_split() : usage variations ***\n";
|
||||
|
||||
// Initialise function arguments not being substituted (if any)
|
||||
|
@ -12,10 +12,6 @@ Test posix_getgrgid() function : error conditions
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing posix_getgrgid() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -12,10 +12,6 @@ Test posix_kill() function : usage variations - first parameter type
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing posix_kill() : usage variations ***\n";
|
||||
|
||||
// Initialise function arguments not being substituted (if any)
|
||||
|
@ -12,10 +12,6 @@ Test posix_kill() function : usage variations - second parameter type
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing posix_kill() : usage variations ***\n";
|
||||
|
||||
// Initialise function arguments not being substituted (if any)
|
||||
|
@ -12,10 +12,6 @@ Test posix_strerror() function : usage variations
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing posix_strerror() : usage variations ***\n";
|
||||
|
||||
// Initialise function arguments not being substituted (if any)
|
||||
|
@ -8,10 +8,6 @@ Test array_fill_keys() function : error conditions
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing array_fill_keys() : error conditions ***\n";
|
||||
|
||||
$keys = array(1, 2);
|
||||
|
@ -10,10 +10,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing file_exists() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -10,10 +10,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
|
||||
* Alias to functions: gzpassthru
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing fpassthru() : usage variations ***\n";
|
||||
error_reporting(E_ALL & ~E_NOTICE);
|
||||
|
||||
|
@ -10,10 +10,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
|
||||
* Alias to functions: gzseek
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing fseek() : usage variations ***\n";
|
||||
error_reporting(E_ALL & ~E_NOTICE);
|
||||
$fp = fopen(__FILE__, 'r');
|
||||
|
@ -10,10 +10,6 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
|
||||
* Alias to functions: gzseek
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing fseek() : variation - beyond file boundaries ***\n";
|
||||
|
||||
$outputfile = __FILE__.".tmp";
|
||||
|
@ -8,10 +8,6 @@ Test parse_ini_file() function : error conditions
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing parse_ini_file() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -8,13 +8,8 @@ Test stream_set_timeout() function : error conditions
|
||||
* Alias to functions: socket_set_timeout
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing stream_set_timeout() : error conditions ***\n";
|
||||
|
||||
|
||||
//Test stream_set_timeout with one more than the expected number of arguments
|
||||
echo "\n-- Testing stream_set_timeout() function with more than expected no. of arguments --\n";
|
||||
|
||||
|
@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing utf8_decode() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing utf8_encode() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing xml_error_string() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing xml_get_current_byte_index() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing xml_get_current_column_number() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -14,10 +14,6 @@ if (!extension_loaded("xml")) {
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing xml_get_current_line_number() : error conditions ***\n";
|
||||
|
||||
// Zero arguments
|
||||
|
@ -14,13 +14,8 @@ if (!extension_loaded("xml")) {
|
||||
* Alias to functions:
|
||||
*/
|
||||
|
||||
/*
|
||||
* add a comment here to say what the test is supposed to do
|
||||
*/
|
||||
|
||||
echo "*** Testing xml_parse_into_struct() : variation ***\n";
|
||||
|
||||
|
||||
$simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>";
|
||||
$p = xml_parser_create();
|
||||
xml_parse_into_struct($p, $simple, $vals, $index);
|
||||
|
Loading…
Reference in New Issue
Block a user