Home
last modified time | relevance | path

Searched refs:expected (Results 251 – 275 of 553) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-8.2/ext/standard/tests/array/
H A Darray_udiff_basic.phpt2 array_udiff():Test return type and value for expected input
H A Darray_uintersect_assoc_basic.phpt2 array_uintersect_assoc(): Test return type and value for expected input
H A Darray_reduce_variation1.phpt36 Exception: Too few arguments to function threeArgs(), 2 passed and exactly 3 expected
H A Darray_udiff_assoc_basic.phpt2 array_udiff_assoc(): Test return type and value for expected input
H A Darray_uintersect_basic.phpt2 array_uintersect(): Test return type and value for expected input
/PHP-8.2/ext/standard/tests/file/
H A Dfstat_basic.phpt2 Test function fstat() by calling it with its expected arguments
H A Dis_dir_basic.phpt10 var_dump( is_dir(__FILE__) ); // expected: bool(false)
H A Dunlink_variation2.phpt17 var_dump( unlink($filename) ); // expected: true on linux
H A Dfgetc_variation1.phpt30 var_dump( feof($file_handle) ); // expected false
32 var_dump( fgetc($file_handle) ); // try n read a char, none expected
H A Dunlink_variation1-win32.phpt36 var_dump( unlink($filename) ); // expected: true
55 var_dump( unlink($filename) ); // expected: false
H A Dunlink_variation1-win32-mb.phpt37 var_dump( unlink($filename) ); // expected: true
56 var_dump( unlink($filename) ); // expected: false
H A Dfwrite_variation2-win32.phpt49 var_dump( ftell($file_handle) ); // expected : 0
51 var_dump( ftell($file_handle) ); // expected: 400
56 var_dump( ftell($file_handle)); // expected: 1024/2
63 var_dump( ftell($file_handle) ); // expected: 1024
H A Dfwrite_variation2.phpt49 var_dump( ftell($file_handle) ); // expected : 0
51 var_dump( ftell($file_handle) ); // expected: 400
56 var_dump( ftell($file_handle)); // expected: 1024/2
63 var_dump( ftell($file_handle) ); // expected: 1024
/PHP-8.2/ext/zlib/tests/
H A Ddictionary_usage.phpt30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
H A Dgzrewind_basic2.phpt2 Test function gzrewind() by calling it with its expected arguments when reading
H A Dgzclose_basic.phpt2 Test function gzclose() by calling it with its expected arguments
H A Dgzread_basic.phpt2 Test function gzread() by calling it with its expected arguments
/PHP-8.2/ext/intl/tests/
H A Dbug70452.phpt12 // This properly returns an empty string, as expected
/PHP-8.2/ext/spl/tests/
H A Dbug66702.phpt2 Bug #66702 (RegexIterator inverted result works as expected)
/PHP-8.2/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt5 is expected to fail
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadXML_variation2.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_variation2.phpt8 - EXPECTED_RESULT: the expected result
/PHP-8.2/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt31 floatval() on non float types, expected output: float value valid floating point numbers */
41 doubleval() on non float types, expected output: float value valid floating point numbers */
H A Dgetservbyport_variation1.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_character_set_name_oo.phpt42 …ql.com/bug.php?id=7923, collation %s instead of character set returned, expected string/%s, got %s…
51 printf("[012] Alias mysqli_character_set_name returned %s/%s, expected %s/%s\n",

Completed in 25 milliseconds

1...<<11121314151617181920>>...23