Home
last modified time | relevance | path

Searched refs:expected (Results 101 – 125 of 553) sorted by relevance

12345678910>>...23

/PHP-8.2/ext/date/tests/
H A Dbug55253.phpt25 // Try subtracting from expected result.
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
43 Subtract 2 hours 1 minutes from expected
H A Dmktime_error.phpt17 echo "\n-- Testing mktime() function with more than expected no. of arguments --\n";
38 -- Testing mktime() function with more than expected no. of arguments --
/PHP-8.2/ext/standard/tests/array/
H A Darray_flip_variation2.phpt26 'one', //expected: default key 0, value will be replaced by 'bool_key4'
29 1 => 'int_key', // expected: value will be replaced by 'bool_key3'
48 null => 'null_key1', // expected: value will be replaced by 'null_key2'
/PHP-8.2/ext/standard/tests/strings/
H A Dshow_source_basic.phpt2 Test function show_source() by calling it with its expected arguments, more test for highlight_file…
8 echo "*** Test by calling method or function with its expected arguments ***\n";
23 *** Test by calling method or function with its expected arguments ***
25 … calling method or function with its expected arguments&nb…
H A Dshow_source_variation1.phpt2 Test function show_source() by calling it with its expected arguments and php output, more test for…
8 echo "*** Test by calling method or function with its expected arguments and php output ***\n";
23 *** Test by calling method or function with its expected arguments and php output ***
26 … calling method or function with its expected arguments&nb…
/PHP-8.2/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt22 $expected = filegroup($dirname);
24 var_dump($expected == $actual);
H A DDirectoryIterator_getOwner_basic.phpt22 $expected = fileowner($dirname);
24 var_dump($expected == $actual);
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt27 echo "Found 'Oracle' at position $pos as expected\n";
41 Found 'Oracle' at position 0 as expected
/PHP-8.2/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml8 …se provide a minimal way to reproduce the problem and describe what the expected vs actual behavio…
20 But I expected this output instead:
/PHP-8.2/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
30 echo "Services file not found in expected location\n";
/PHP-8.2/Zend/tests/
H A D001.phpt55 Exception: Too few arguments to function test2(), 0 passed in %s on line %d and exactly 1 expected
58 Exception: Too few arguments to function test3(), 1 passed in %s on line %d and exactly 2 expected
H A D003.phpt62 …ion: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 expected
71 …ion: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 expected
/PHP-8.2/ext/standard/tests/file/
H A Dfilegroup_variation1.phpt20 var_dump( filegroup($file_path."/filegroup_variation1_symlink.tmp") ); //expected true
25 var_dump( filegroup($file_path."/filegroup_variation1_link.tmp") ); // expected: true
H A Dfileinode_variation1.phpt20 var_dump( fileinode($file_path."/fileinode_variation1_symlink.tmp") ); //expected true
25 var_dump( fileinode($file_path."/fileinode_variation1_link.tmp") ); // expected: true
H A Dfileowner_variation1.phpt21 var_dump( fileowner($file_path."/fileowner_variation1_symlink.tmp") ); //expected true
26 var_dump( fileowner($file_path."/fileowner_variation1_link.tmp") ); // expected: true
H A Dfileperms_variation1.phpt21 var_dump( fileperms($file_path."/fileperms_variation1_symlink.tmp") ); //expected true
26 var_dump( fileperms($file_path."/fileperms_variation1_link.tmp") ); // expected: true
H A Dis_file_variation2.phpt18 var_dump( is_file($file_path."/is_file_variation2_symlink.tmp") ); //expected true
23 var_dump( is_file($file_path."/is_file_variation2_link.tmp") ); // expected: true
H A Dsymlink_link_linkinfo_is_link_variation2.phpt15 var_dump( link($non_existent_file, $non_existent_linkname) ); // expected false
17 // checking linkinfo() and is_link() on the link; expected: false
H A D007_variation14.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/PHP-8.2/tests/classes/
H A Dautoload_018.phpt10 echo "-> Recursion detected - as expected.\n";
34 -> Recursion detected - as expected.
/PHP-8.2/ext/standard/tests/streams/
H A Dgh10031.phpt38 if ($code === STREAM_NOTIFY_FILE_SIZE_IS) echo "expected filesize=$bytes_max".PHP_EOL;
50 expected filesize=1000
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_load_error2_gte2_12.phpt12 - EXPECTED_RESULT: the expected result
24 Warning: DOMDocument::load(): AttValue: " or ' expected in %s on line %d
/PHP-8.2/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt36 echo "$cs WRONG CHUNKS NUMBER: expected/actual: $ceil/$cnt\n";
56 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
62 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
/PHP-8.2/ext/phar/tests/
H A Dbug54289.phpt28 echo 'failed to throw expected exception';
35 echo 'failed to throw expected exception';
47 echo 'failed to throw expected exception';

Completed in 19 milliseconds

12345678910>>...23