Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 124) sorted by relevance

12345

/php-src/ext/odbc/tests/
H A Dodbc_connect_001.phpt21 echo "dsn without credentials / correct user / correct password\n";
26 echo "dsn with correct user / incorrect user / correct password\n";
31 echo "dsn with correct password / correct user / incorrect password\n";
41 echo "dsn with correct credentials / null user / null password\n";
46 echo "dsn with correct credentials / not set user / not set password\n";
52 dsn without credentials / correct user / correct password
55 dsn with correct user / incorrect user / correct password
58 dsn with correct password / correct user / incorrect password
61 dsn with correct credentials / incorrect user / incorrect password
64 dsn with correct credentials / null user / null password
[all …]
/php-src/tests/strings/
H A Dbug22592.phpt5 $wrong = $correct = 'abcdef';
9 var_dump($correct);
12 $correct[1] = '*';
13 $correct[3] = '*';
14 $correct[5] = '*';
19 var_dump($correct);
H A D001.phpt94 $correct = '%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
98 if ($encoded == $correct) {
105 $decoded = rawurldecode($correct);
114 $correct = '+%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
118 if ($encoded == $correct) {
125 $decoded = urldecode($correct);
/php-src/ext/pdo_odbc/tests/
H A Dbasic_connection.phpt24 echo "dsn without credentials / correct user / correct password\n";
42 echo "dsn with correct user / incorrect user / correct password\n";
51 echo "dsn with correct password / correct user / incorrect password\n";
60 echo "dsn with correct credentials / incorrect user / incorrect password\n";
70 dsn without credentials / correct user / correct password
76 dsn with correct user / incorrect user / correct password
79 dsn with correct password / correct user / incorrect password
82 dsn with correct credentials / incorrect user / incorrect password
/php-src/ext/pdo_pgsql/tests/
H A Dgh12423.phpt33 echo "dsn without credentials / correct user / correct password".PHP_EOL;
49 echo "dsn with correct user / incorrect user / correct password".PHP_EOL;
57 echo "dsn with correct password / correct user / incorrect password".PHP_EOL;
65 echo "dsn with correct credentials / incorrect user / incorrect password".PHP_EOL;
74 dsn without credentials / correct user / correct password
80 dsn with correct user / incorrect user / correct password
83 dsn with correct password / correct user / incorrect password
86 dsn with correct credentials / incorrect user / incorrect password
/php-src/ext/opcache/tests/jit/
H A Dswitch_jumptable.phpt16 echo "correct\n";
28 echo "correct\n";
38 correct
39 correct
H A Dreg_alloc_003.phpt18 return "correct";
26 correct
H A Dreg_alloc_003_32bits.phpt18 return "correct";
27 correct
/php-src/ext/opcache/tests/
H A Dbug65665.phpt34 echo "correct\n";
98 echo "correct\n";
117 correct
118 correct
119 correct
H A Dis_script_cached.phpt2 Test that script cached info is correct
H A Dbug69281.phpt2 Test that script cached info is correct with validate_timestamps disabled
/php-src/ext/date/tests/
H A Dbug28088.phpt7 echo "The following line rightly shows the correct date time:\n";
10 echo "But the following line fails to show the correct date time:\n";
14 The following line rightly shows the correct date time:
16 But the following line fails to show the correct date time:
/php-src/ext/standard/tests/
H A Dbug81727.phpt4 ..Host-test=ignore; __Host-test=correct; . Secure-test=ignore; . Elephpant=Awesome;
12 string(7) "correct"
/php-src/ext/standard/tests/file/
H A Dfopen_variation13.phpt36 echo "Created in correct location\n";
46 Created in correct location
47 Created in correct location
/php-src/Zend/tests/property_hooks/
H A Dexplicit_iter.phpt8 get => 'this is not the correct value';
23 get => 'this is not the correct value';
/php-src/ext/mbstring/tests/
H A Dmb_strtolower_variation4.phpt2 …strtolower() function : usage variations - pass different characters to check conversion is correct
8 * Pass accented characters and Russian characters to check case conversion is correct
H A Dmb_strtoupper_variation4.phpt2 …pper() function : usage varitations - Pass different character types to check conversion is correct
9 * doing a correct case conversion
/php-src/Zend/tests/anon/
H A D012.phpt2 Ensure correct unmangling of private property names for anonymous class instances
/php-src/Zend/tests/
H A Djmpznz_relative_offsets.phpt2 Check for correct treatment of relative JMPZNZ offsets when copying opline
H A Dtemporary_cleaning_012.phpt2 Live range of ZEND_NEW must be assigned to correct variable
/php-src/ext/fileinfo/tests/
H A Dbug68731.phpt2 Bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
/php-src/ext/standard/tests/array/
H A Darray_walk_variation6.phpt15 // passed with correct type
25 // passed with correct type
34 // passed with correct type
/php-src/tests/classes/
H A Darray_conversion_keys.phpt2 Verifies the correct conversion of objects to arrays
/php-src/ext/spl/tests/
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
/php-src/Zend/tests/function_arguments/
H A Dargument_count_correct.phpt2 Call function with correct number of arguments

Completed in 25 milliseconds

12345