/PHP-5.4/tests/classes/ |
H A D | static_properties_003.phpt | 23 //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.4/ |
H A D | run-tests.php | 1050 function error_report($testname, $logname, $tested) argument 1057 echo $testname . "(1) : $tested\n"; 1058 echo $logname . "(1) : $tested\n"; 1061 echo $testname . ":1: $tested\n"; 1062 echo $logname . ":1: $tested\n"; 1330 $tested = trim($section_text['TEST']); 1592 run_all_tests($test_files, $redirenv, $tested); 2106 error_report($file, $log_filename, $tested); 2565 echo "$result $tested [$tested_file] $extra\n"; 2575 $tested = "<a href='$url'>$tested</a>"; [all …]
|
H A D | server-tests.php | 1223 $tested .= " (info: $reason)"; 1244 $tested = $section_text['TEST']." [$shortname]"; 1482 $this->showstatus($tested, 'PASSED'); 1487 $this->showstatus($tested, 'FAILED'); 1491 'test_name' => $tested, 1526 $this->error_report($file,$logname,$tested); 1535 function error_report($testname,$logname,$tested) argument 1542 $this->writemsg($testname . "(1) : $tested\n"); 1543 $this->writemsg($logname . "(1) : $tested\n"); 1546 $this->writemsg($testname . ":1: $tested\n"); [all …]
|
/PHP-5.4/ext/intl/tests/ |
H A D | symfony_format_type_int32_intl2.phpt | 8 // StubNumberFormatterTest#testFormatTypeInt32Intl is tested many times, each with different args. 10 // to ensure that each of the 7 args are always tested.
|
/PHP-5.4/scripts/dev/generate-phpt/src/texts/ |
H A D | functionOrMethodNotSpecified.txt | 2 Please supply a function or method name to be tested.
|
/PHP-5.4/ext/mysql/tests/ |
H A D | setupdefault.inc | 3 …ault connection ini settings, so that implicit mysql_connect() behaviour can be tested where needed
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_report.phpt | 50 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function … 55 …// mysqli_store_result() and mysqli_use_result() cannot be tested, because one would need to cause… 87 /* mysqli_stmt_execute() = mysql_stmt_execute cannot be tested from PHP */ 100 /* mysqli_stmt_bind_result() = mysql_stmt_bind_result() cannot be tested from PHP */ 101 /* mysqli_stmt_fetch() = mysql_stmt_fetch() cannot be tested from PHP */ 102 /* mysqli_stmt_result_metadata() = mysql_stmt_result_metadata() cannot be tested from PHP */ 103 /* mysqli_stmt_store_result() = mysql_stmt_store_result() cannot be tested from PHP */ 139 already tested 145 can't be tested: mysqli_query() via mysql_use_result()/mysql_store_result()
|
H A D | mysqli_report_wo_ps.phpt | 49 …// 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…
|
/PHP-5.4/ext/spl/tests/ |
H A D | bug45216.phpt | 9 file_put_contents($file, 'text 0<div class="tested">text 1</div>');
|
H A D | SplObjectStorage_unserialize_nested.phpt | 2 SPL: Test unserializing tested & linked storage
|
H A D | spl_pq_top_error_corrupt.phpt | 26 // ignore exception tested elsewhere
|
/PHP-5.4/sapi/caudium/ |
H A D | README | 1 Embedded Caudium PHP support. It seems to work but isn't tested
|
/PHP-5.4/ext/standard/tests/url/ |
H A D | rawurlencode_error_001.phpt | 11 // NB: basic functionality tested in tests/strings/001.phpt
|
H A D | urldecode_error_001.phpt | 11 // NB: basic functionality tested in tests/strings/001.phpt
|
H A D | urlencode_error_001.phpt | 11 // NB: basic functionality tested in tests/strings/001.phpt
|
H A D | rawurldecode_error_001.phpt | 11 // NB: basic functionality tested in tests/strings/001.phpt
|
/PHP-5.4/ext/date/tests/ |
H A D | date_create-relative.phpt | 14 // Most offsets tested in strtotime-relative.phpt. These are tests for dates outside the 32-bit ran…
|
/PHP-5.4/ext/standard/tests/array/ |
H A D | natcasesort_variation4.phpt | 6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)…
|
H A D | array_intersect_assoc_basic.phpt | 13 * Function is tested by passing associative array as well as array with default keys.
|
H A D | array_intersect_basic.phpt | 12 * Function is tested by passing associative array as well as array with default keys.
|
H A D | array_change_key_case_variation8.phpt | 6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)…
|
H A D | rsort_variation5.phpt | 6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)…
|
/PHP-5.4/tests/lang/operators/ |
H A D | operator_gt_basic.phpt | 26 // false cannot be tested as 0 can never be > 0 or 1
|
/PHP-5.4/ext/oci8/tests/ |
H A D | drcp_privileged.phpt | 12 // Assume building PHP with an ORACLE_HOME means the tested DB is on the same machine as PHP
|
/PHP-5.4/sapi/aolserver/ |
H A D | README | 67 This has been tested with AOLserver release 3.0.
|