Home
last modified time | relevance | path

Searched refs:tests (Results 126 – 150 of 948) sorted by relevance

12345678910>>...38

/PHP-7.3/ext/spl/tests/
H A Dfileobject_005.phpt2 SPL: SplFileObject truncate tests
14 $fo = new SplFileObject('tests'.DIRECTORY_SEPARATOR.'fileobject_005.txt', 'w+', true);
H A Dfileobject_getfileinfo_basic.phpt34 string(%d) "tests"
42 string(%d) "tests"
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug67462.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug72633.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_49985.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug69344.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug53782.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_41698.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dlast_insert_id.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dpecl_bug_5200.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
H A Dpdo_oci_attr_client.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
/PHP-7.3/ext/standard/tests/math/
H A Dlog1p_basic.phpt28 echo "\n LOG1p tests\n";
41 LOG1p tests
H A Dlcg_value_basic.phpt9 echo "\n lcg_value tests...\n";
46 lcg_value tests...
/PHP-7.3/ext/date/tests/
H A Ddate-time-modify-times.phpt7 $tests = array(
25 foreach ( $tests as $start => $data )
/PHP-7.3/ext/standard/tests/strings/
H A Dhtmlentities21.phpt5 $tests = array(
23 global $tests;
26 foreach ($tests as $test) {
31 … if ($a == "" && $b == "") { echo sprintf("%05X", $tests[$i]), ": INVALID SEQUENCE\n"; continue; }
32 echo sprintf("%05X", $tests[$i]), ": ", bin2hex($a), " ", bin2hex($b), "\n";
H A Dhtml_entity_decode3.phpt6 $tests = array(
38 foreach ($tests as $t) {
49 foreach ($tests as $t) {
60 foreach ($tests as $t) {
71 foreach ($tests as $t) {
82 foreach ($tests as $t) {
H A Dhtmlentities20.phpt27 $tests = array(
55 $tests2 = array_map('codepoint_to_utf8', $tests);
60 global $tests, $tests2;
66 … if ($a == "" && $b == "") { echo sprintf("%05X", $tests[$i]), ": INVALID SEQUENCE\n"; continue; }
67 echo sprintf("%05X", $tests[$i]), ": ", bin2hex($a), " ", bin2hex($b), "\n";
/PHP-7.3/travis/ext/curl/
H A Dsetup.sh3 cd ./ext/curl/tests/responder
/PHP-7.3/ext/soap/tests/soap12/
H A DT23.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
13 <test:echoOk xmlns:test="http://example.org/ts-tests"
H A DT75.phpt11 <test:echoResolvedRef xmlns:test="http://example.org/ts-tests"
27 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
/PHP-7.3/ext/session/tests/
H A Drfc1867_sid_get.phpt22 PHPSESSID=rfc1867-tests
28 rfc1867-tests-post
52 string(%d) "rfc1867-tests"
/PHP-7.3/ext/pdo/tests/
H A Dpdo_017.phpt19 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../../pdo_mysql/tests/mysql_pdo_test.inc');
27 …env('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.dirname(__FILE__) . '/../../pdo/tests/');
32 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../../pdo_mysql/tests/mysql_pdo_test.inc');
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_bit.phpt57 $tests = 0;
59 while ($tests < 10) {
61 $tests++;
62 if (1 == $tests)
64 else if (2 == $tests)
/PHP-7.3/ext/standard/tests/assert/
H A Dassert04.phpt2 misc assert() tests tests

Completed in 114 milliseconds

12345678910>>...38