Home
last modified time | relevance | path

Searched refs:tested (Results 1 – 25 of 56) sorted by relevance

123

/PHP-7.0/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-7.0/
H A Drun-tests.php1093 function error_report($testname, $logname, $tested) argument
1100 echo $testname . "(1) : $tested\n";
1101 echo $logname . "(1) : $tested\n";
1104 echo $testname . ":1: $tested\n";
1105 echo $logname . ":1: $tested\n";
1386 $tested = trim($section_text['TEST']);
1677 run_all_tests($test_files, $redirenv, $tested);
2208 error_report($file, $log_filename, $tested);
2667 echo "$result $tested [$tested_file] $extra\n";
2677 $tested = "<a href='$url'>$tested</a>";
[all …]
H A Dserver-tests.php1222 $tested .= " (info: $reason)";
1243 $tested = $section_text['TEST']." [$shortname]";
1534 $this->showstatus($tested, 'PASSED');
1539 $this->showstatus($tested, 'FAILED');
1543 'test_name' => $tested,
1578 $this->error_report($file,$logname,$tested);
1587 function error_report($testname,$logname,$tested) argument
1594 $this->writemsg($testname . "(1) : $tested\n");
1595 $this->writemsg($logname . "(1) : $tested\n");
1598 $this->writemsg($testname . ":1: $tested\n");
[all …]
/PHP-7.0/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt8 // StubNumberFormatterTest#testFormatTypeInt32Intl is tested many times, each with different args.
10 // to ensure that each of the 7 args are always tested.
/PHP-7.0/scripts/dev/generate-phpt/src/texts/
H A DfunctionOrMethodNotSpecified.txt2 Please supply a function or method name to be tested.
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_report.phpt48 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
53 …// mysqli_store_result() and mysqli_use_result() cannot be tested, because one would need to cause…
84 /* mysqli_stmt_execute() = mysql_stmt_execute cannot be tested from PHP */
97 /* mysqli_stmt_bind_result() = mysql_stmt_bind_result() cannot be tested from PHP */
98 /* mysqli_stmt_fetch() = mysql_stmt_fetch() cannot be tested from PHP */
99 /* mysqli_stmt_result_metadata() = mysql_stmt_result_metadata() cannot be tested from PHP */
100 /* mysqli_stmt_store_result() = mysql_stmt_store_result() cannot be tested from PHP */
136 already tested
142 can't be tested: mysqli_query() via mysql_use_result()/mysql_store_result()
H A Dmysqli_report_wo_ps.phpt56 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
60 …// mysqli_store_result() and mysqli_use_result() cannot be tested, because one would need to cause…
/PHP-7.0/ext/spl/tests/
H A Dbug45216.phpt9 file_put_contents($file, 'text 0<div class="tested">text 1</div>');
H A DSplObjectStorage_unserialize_nested.phpt2 SPL: Test unserializing tested & linked storage
H A Dspl_pq_top_error_corrupt.phpt26 // ignore exception tested elsewhere
/PHP-7.0/ext/standard/tests/url/
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 Durlencode_error_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
H A Drawurldecode_error_001.phpt11 // NB: basic functionality tested in tests/strings/001.phpt
/PHP-7.0/ext/standard/tests/array/
H A Dnatcasesort_variation4.phpt6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)…
H A Darray_intersect_assoc_basic.phpt13 * Function is tested by passing associative array as well as array with default keys.
H A Darray_intersect_basic.phpt12 * Function is tested by passing associative array as well as array with default keys.
H A Darray_change_key_case_variation8.phpt6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)…
H A Drsort_variation5.phpt6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)…
H A Dsizeof_basic2.phpt14 * Sizeof() has been tested for simple integer, string,
/PHP-7.0/ext/date/tests/
H A Ddate_create-relative.phpt14 // Most offsets tested in strtotime-relative.phpt. These are tests for dates outside the 32-bit ran…
/PHP-7.0/tests/lang/operators/
H A Doperator_gt_basic.phpt26 // false cannot be tested as 0 can never be > 0 or 1
H A Doperator_spaceship_basic.phpt26 // false cannot be tested as 0 can never be > 0 or 1
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_class_012.phpt28 // Mimmick what was actually being tested by returning true here
/PHP-7.0/ext/oci8/tests/
H A Ddrcp_privileged.phpt16 // Assume building PHP with an ORACLE_HOME means the tested DB is on the same machine as PHP

Completed in 33 milliseconds

123