Home
last modified time | relevance | path

Searched refs:test (Results 5151 – 5175 of 5390) sorted by relevance

1...<<201202203204205206207208209210>>...216

/PHP-8.2/ext/standard/tests/file/
H A Dlstat_stat_variation19.phpt5 /* test for stats of dir/file when their names are stored in an array */
H A Dfilesize_variation4.phpt18 $string = "Test 2 test the filesize() fn, with data containing all the types like !@@##$%^&*():<>?|…
H A Dstat_variation7-win32.phpt12 /* test the stats of dir/file when their names are stored in objects */
H A Dlstat_stat_variation20.phpt12 /* test for stats of link when their names are stored in object and array */
H A D005_variation-win32.phpt6 die('skip Windows-only test');
8 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/PHP-8.2/ext/standard/tests/serialize/
H A D005.phpt6 // This test verifies that old and new style (un)serializing do not interfere.
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt19 if (!mysqli_stmt_prepare($stmt, "SELECT id, label FROM test ORDER BY id ASC LIMIT 3"))
H A Dmysqli_insert_packet_overflow.phpt77 …printf("[012] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_change_user_get_lock.phpt17 // We need this little hack to be able to re-run the test
H A Dmysqli_class_mysqli_stmt_interface.phpt94 if (!$stmt->prepare("INSERT INTO test(id, label) VALUES (100, 'z')") || !$stmt->execute()) {
/PHP-8.2/ext/oci8/tests/
H A Dlob_prefetch_ini.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
H A Dconn_attr_4.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
H A Dbug41069.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
H A Dconn_attr.inc44 …echo "You appear to already have an edition in use that prevents this PHP test from running. Quer…
/PHP-8.2/ext/hash/tests/
H A Dfnv1a32.phpt311 foreach($tests as $test) {
312 $result = hash('fnv1a32', $test[0]);
313 if ($result != $test[1]) {
314 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
H A Dfnv1a64.phpt311 foreach($tests as $test) {
312 $result = hash('fnv1a64', $test[0]);
313 if ($result != $test[1]) {
314 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
/PHP-8.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation8.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
143 /* test conversion to string type */
H A Dintval.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dgettype_settype_variation6.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
143 /* test conversion to array type */
/PHP-8.2/ext/standard/tests/array/
H A Darray_reverse_variation4.phpt54 // loop through the various elements of $arrays to test array_reverse()
H A Darray_unshift_variation4.phpt63 // loop through the various elements of $arrays to test array_unshift()
H A Dend.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-8.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation4.phpt8 * Passing 'source' argument with different comparison operators to test them for tokens
H A Dtoken_get_all_variation5.phpt8 * Passing 'source' argument with different assignment operators to test them for tokens
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_variation3.phpt55 // change the dir permission to test dir on it

Completed in 39 milliseconds

1...<<201202203204205206207208209210>>...216