Searched refs:tests (Results 776 – 800 of 888) sorted by relevance
1...<<313233343536
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_convert_variables.phpt | 10 // TODO: Add more tests
|
/PHP-5.5/ext/mysql/tests/ |
H A D | mysql_query_load_data_openbasedir.phpt | 34 // run-tests, I love you for not allowing me to set ini settings dynamically
|
/PHP-5.5/ext/hash/tests/ |
H A D | fnv132.phpt | 16 $tests = array( 188 foreach($tests as $test) {
|
H A D | fnv164.phpt | 16 $tests = array( 188 foreach($tests as $test) {
|
H A D | hash_copy_001.phpt | 2 hash_copy() basic tests
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_stmt_big_prepare.phpt | 13 // Note: No SQL tests here! We can expand one of the *fetch() 14 // tests to a generic SQL test, if we ever need that. 16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
|
H A D | connect.inc | 35 has changed significantly in the past. To get tests working properly
|
H A D | local_infile_tools.inc | 2 /* Utility function for mysqli_set_local_infile*.phpt tests */
|
H A D | mysqli_fetch_field.phpt | 16 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_real_connect_pconn.phpt | 34 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | mysql_pdo_test.inc | 3 require_once(dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc');
|
/PHP-5.5/ext/oci8/tests/ |
H A D | conn_attr_4.phpt | 7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
H A D | extauth_03.phpt | 6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
H A D | extauth_01.phpt | 8 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
H A D | extauth_02.phpt | 6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
/PHP-5.5/ext/dba/ |
H A D | README | 49 php run-tests.php ext/dba.
|
/PHP-5.5/ |
H A D | run-tests.php | 2520 function show_redirect_start($tests, $tested, $tested_file) argument 2525 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) begin</td></tr>\n"… 2529 echo "REDIRECT $tests ($tested [$tested_file]) begin\n"; 2536 function show_redirect_ends($tests, $tested, $tested_file) argument 2541 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) done</td></tr>\n"); 2545 echo "REDIRECT $tests ($tested [$tested_file]) done\n";
|
H A D | Makefile.global | 104 …$(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.p…
|
H A D | README.RELEASE_PROCESS | 14 3. Ensure that the tests on Travis CI are green. 61 2. Check the tests at https://travis-ci.org/php/php-src/builds 159 3. Commit those changes. Ensure the tests at https://travis-ci.org/php/php-src/builds are
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | testoutput14 | 1 /-- This set of tests is run only with the 8-bit library. They do not require 2 UTF-8 or Unicode property support. The file starts with all the tests of 140 /-- End of POSIX tests --/
|
H A D | testinput5 | 1 /-- This set of tests checks the API, internals, and non-Perl stuff for UTF 2 support, excluding Unicode properties. However, tests that give different 3 results in 8-bit and 16-bit modes are excluded (see tests 16 and 17). --/
|
H A D | testinput18 | 1 /-- This set of tests is for UTF-16 and UTF-32 support, and is relevant only to
|
/PHP-5.5/ext/standard/tests/math/ |
H A D | pow_basiclong_64bit.phpt | 2 Test pow function : 64bit long tests
|
H A D | hypot_basiclong_64bit.phpt | 2 Test hypot function : 64bit long tests
|
/PHP-5.5/ext/pdo/tests/ |
H A D | pdo_011.phpt | 13 …env('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.dirname(__FILE__) . '/../../pdo/tests/');
|
Completed in 92 milliseconds
1...<<313233343536