/PHP-8.0/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-8.0/ |
H A D | run-tests.php | 1211 echo $testname . "(1) : $tested\n"; 1212 echo $logname . "(1) : $tested\n"; 1215 echo $testname . ":1: $tested\n"; 1216 echo $logname . ":1: $tested\n"; 1998 $tested = trim($section_text['TEST']); 2309 run_all_tests($test_files, $redirenv, $tested); 2316 junit_mark_test_as('PASS', $shortname, $tested); 2830 error_report($file, $log_filename, $tested); 3363 string $tested, argument 3386 echo "$color $tested [$tested_file] $extra\n"; [all …]
|
/PHP-8.0/ext/zlib/tests/ |
H A D | gzencode_variation1.phpt | 15 print "skip - OS is encoded in headers, tested header is non Darwin";
|
H A D | gzencode_variation2.phpt | 15 print "skip - OS is encoded in headers, tested header is non Darwin";
|
/PHP-8.0/ext/spl/tests/ |
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-8.0/ext/mysqli/tests/ |
H A D | mysqli_report.phpt | 45 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function … 50 …// mysqli_store_result() and mysqli_use_result() cannot be tested, because one would need to cause… 114 /* mysqli_stmt_execute() = mysql_stmt_execute cannot be tested from PHP */ 127 /* mysqli_stmt_bind_result() = mysql_stmt_bind_result() cannot be tested from PHP */ 128 /* mysqli_stmt_fetch() = mysql_stmt_fetch() cannot be tested from PHP */ 129 /* mysqli_stmt_result_metadata() = mysql_stmt_result_metadata() cannot be tested from PHP */ 130 /* mysqli_stmt_store_result() = mysql_stmt_store_result() cannot be tested from PHP */ 166 already tested 172 can't be tested: mysqli_query() via mysql_use_result()/mysql_store_result()
|
H A D | mysqli_report_wo_ps.phpt | 56 …// 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-8.0/ext/fileinfo/tests/ |
H A D | bug67647-mb.phpt | 19 /* Streams mb path support is tested a lot elsewhere. Copy the existing file
|
/PHP-8.0/ext/phar/tests/ |
H A D | bug73809.phpt | 10 // create the ZIP to be tested
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_intersect_assoc_basic.phpt | 7 * Function is tested by passing associative array as well as array with default keys.
|
H A D | array_intersect_basic.phpt | 7 * Function is tested by passing associative array as well as array with default keys.
|
H A D | sizeof_basic2.phpt | 7 * Sizeof() has been tested for simple integer, string,
|
/PHP-8.0/ext/session/tests/ |
H A D | session_set_save_handler_class_012.phpt | 22 // Mimmick what was actually being tested by returning true here
|
/PHP-8.0/tests/lang/operators/ |
H A D | operator_gt_basic.phpt | 26 // false cannot be tested as 0 can never be > 0 or 1
|
H A D | operator_spaceship_basic.phpt | 26 // false cannot be tested as 0 can never be > 0 or 1
|
/PHP-8.0/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-8.0/ext/standard/tests/file/ |
H A D | is_readable_variation1.phpt | 21 /* array of files to be tested if they are readable by using
|
H A D | is_writable_variation1.phpt | 20 /* array of files to be tested to check if they are writable
|
/PHP-8.0/ext/oci8/tests/ |
H A D | drcp_privileged.phpt | 16 // Assume building PHP with an ORACLE_HOME means the tested DB is on the same machine as PHP
|
H A D | lob_029.phpt | 11 // Assume building PHP with an ORACLE_HOME means the tested DB is on the same machine as PHP
|
/PHP-8.0/ext/pdo_odbc/tests/ |
H A D | common.phpt | 29 // 4. so a specific ODBC driver can be tested - if system has multiple ODBC drivers
|
/PHP-8.0/tests/security/ |
H A D | open_basedir.inc | 9 // Note also depending on the version of php being tested, so the open_basedir
|
/PHP-8.0/docs/ |
H A D | output-api.md | 78 …// php_ob_init_conflict("to be started handler name", "to be tested if already started handler nam…
|
/PHP-8.0/build/ |
H A D | ax_gcc_func_attribute.m4 | 67 # Unsupported function attributes will be tested with a prototype
|