Home
last modified time | relevance | path

Searched refs:tested (Results 1 – 25 of 57) sorted by last modified time

123

/PHP-5.5/win32/
H A Dinstall.txt315 advisable to first get PHP working and tested without any
857 tested for servers till version 6.1. If a newer version of the Sun
/PHP-5.5/tests/security/
H A Dopen_basedir.inc9 // Note also depending on the version of php being tested, so the open_basedir
/PHP-5.5/tests/lang/operators/
H A Doperator_gt_basic.phpt26 // false cannot be tested as 0 can never be > 0 or 1
/PHP-5.5/tests/classes/
H A Dstatic_properties_003.phpt23 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt
24 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt
25 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
/PHP-5.5/
H A Dserver-tests.php1223 $tested .= " (info: $reason)";
1244 $tested = $section_text['TEST']." [$shortname]";
1535 $this->showstatus($tested, 'PASSED');
1540 $this->showstatus($tested, 'FAILED');
1544 'test_name' => $tested,
1579 $this->error_report($file,$logname,$tested);
1588 function error_report($testname,$logname,$tested) argument
1595 $this->writemsg($testname . "(1) : $tested\n");
1596 $this->writemsg($logname . "(1) : $tested\n");
1599 $this->writemsg($testname . ":1: $tested\n");
[all …]
H A Drun-tests.php1053 function error_report($testname, $logname, $tested) argument
1060 echo $testname . "(1) : $tested\n";
1061 echo $logname . "(1) : $tested\n";
1064 echo $testname . ":1: $tested\n";
1065 echo $logname . ":1: $tested\n";
1333 $tested = trim($section_text['TEST']);
1595 run_all_tests($test_files, $redirenv, $tested);
2109 error_report($file, $log_filename, $tested);
2568 echo "$result $tested [$tested_file] $extra\n";
2578 $tested = "<a href='$url'>$tested</a>";
[all …]
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A DfunctionOrMethodNotSpecified.txt2 Please supply a function or method name to be tested.
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar275 Please supply a function or method name to be tested.
1219 * Sets the method to be tested
1630 // Construct the argument list to pass to the function being tested
1686 // Construct the argument lists to pass to the function being tested
1750 // Construct the argument list to pass to the function being tested
1776 * Sets function being tested
1850 // Construct the argument list to pass to the method being tested
2058 // Construct the argument list to pass to the method being tested
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt139 detection of the most recent ns-httpdXX.dll file. This is tested for servers
/PHP-5.5/sapi/caudium/
H A DREADME1 Embedded Caudium PHP support. It seems to work but isn't tested
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI107 Documentation on these are sparse. iPlanet is not very tested,
/PHP-5.5/sapi/aolserver/
H A DREADME67 This has been tested with AOLserver release 3.0.
/PHP-5.5/ext/standard/tests/url/
H A Drawurldecode_error_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
H A Drawurldecode_variation_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
H A Drawurlencode_error_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
H A Durldecode_error_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
H A Durldecode_variation_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
H A Durlencode_variation_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
H A Drawurlencode_variation_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
H A Durlencode_error_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
/PHP-5.5/ext/standard/tests/file/
H A Dis_readable_variation1.phpt35 /* array of files to be tested if they are readable by using
H A Dis_writable_variation1.phpt37 /* array of files to be tested to check if they are writable
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_basic2.phpt14 * Sizeof() has been tested for simple integer, string,
H A Dsort_variation5.phpt6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)…
H A Dnatcasesort_variation4.phpt6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)…

Completed in 48 milliseconds

123