Home
last modified time | relevance | path

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

12345

/PHP-8.1/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-8.1/ext/opcache/tests/jit/
H A Dswitch_jumptable.phpt17 echo "correct\n";
29 echo "correct\n";
39 correct
40 correct
H A Dreg_alloc_003.phpt19 return "correct";
27 correct
H A Dreg_alloc_003_32bits.phpt19 return "correct";
28 correct
/PHP-8.1/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-8.1/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-8.1/ext/standard/tests/
H A Dbug81727.phpt4 ..Host-test=ignore; __Host-test=correct; . Secure-test=ignore; . Elephpant=Awesome;
12 string(7) "correct"
/PHP-8.1/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-8.1/ext/mbstring/tests/
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
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
/PHP-8.1/Zend/tests/anon/
H A D012.phpt2 Ensure correct unmangling of private property names for anonymous class instances
/PHP-8.1/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-8.1/ext/standard/tests/array/
H A Darray_walk_variation6.phpt15 // passed with correct type
25 // passed with correct type
34 // passed with correct type
H A Darray_walk_recursive_variation6.phpt15 // passed with correct type
25 // passed with correct type
34 // passed with correct type
/PHP-8.1/ext/fileinfo/tests/
H A Dbug68731.phpt2 Bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
/PHP-8.1/ext/spl/tests/
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_basic.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
/PHP-8.1/tests/classes/
H A Darray_conversion_keys.phpt2 Verifies the correct conversion of objects to arrays
/PHP-8.1/ext/gettext/tests/
H A Dgettext_bind_textdomain_codeset-retval.phpt2 test if bind_textdomain_codeset() returns correct value
/PHP-8.1/Zend/tests/function_arguments/
H A Dargument_count_correct.phpt2 Call function with correct number of arguments
H A Dargument_count_correct_strict.phpt2 Call function with correct number of arguments with strict types

Completed in 45 milliseconds

12345