Home
last modified time | relevance | path

Searched refs:expected (Results 176 – 200 of 553) sorted by relevance

12345678910>>...23

/PHP-8.2/ext/dom/tests/
H A DDOMDocument_createAttribute_error.phpt2 Test DOMDocument::createAttribute() for expected exception thrown when wrong parameter passed
/PHP-8.2/ext/opcache/tests/jit/
H A Drecursive_wrong_args.phpt20 Too few arguments to function f(), 0 passed in %s on line %d and exactly 1 expected
H A Dret_004.phpt2 JIT RET: 004 Return a reference when it's not expected
H A Drecv_002.phpt23 …w arguments to function test(), 0 passed in %srecv_002.php on line 7 and exactly 1 expected in %s:3
/PHP-8.2/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt15 function test($desc, $str, $expected, $convmap, $encoding) {
18 if ($result === $expected)
21 echo " (BAD; expected ", varDumpToString($expected), ")\n";
24 function testNonAscii($desc, $str, $expected, $convmap, $encoding) {
27 if ($result === $expected)
30 echo " (BAD; expected ", bin2hex($expected), ")\n";
/PHP-8.2/Zend/tests/
H A Dbug55705.phpt9 …ntError: Too few arguments to function f(), 0 passed in %s on line 3 and exactly 1 expected in %s:2
H A Dbug44069.phpt10 // $newstring .= $string; //This uses an expected amount of mem.
H A Dbug64677.phpt17 show_outputa('Files: ', `cd .`); // this works as expected
/PHP-8.2/Zend/tests/return_types/
H A D010.phpt2 Returned null, expected array reference
/PHP-8.2/ext/simplexml/tests/
H A Dbug72957.phpt2 Bug #72957: Null coalescing operator doesn't behave as expected with SimpleXMLElement
/PHP-8.2/Zend/tests/nullable_types/
H A Dnullable_type_parameters_do_not_have_default_value.phpt11 …%snullable_type_parameters_do_not_have_default_value.php on line %d and exactly 1 expected in %s:%d
/PHP-8.2/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt34 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
45 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
/PHP-8.2/ext/gmp/tests/
H A Dbug52906.phpt2 Bug #52906 gmp_mod returns negative result when non-negative is expected
/PHP-8.2/ext/spl/tests/
H A Dbug72051.phpt2 Bug #72051 (The reference in CallbackFilterIterator doesn't work as expected)
/PHP-8.2/ext/mysqli/tests/
H A Dlocal_infile_tools.inc89 function try_handler($offset, $link, $file, $handler, $expected = null) {
119 if (!is_array($expected))
122 foreach ($expected as $k => $values) {
142 printf("[%03d] More results than expected!\n", $offset + 7);
/PHP-8.2/ext/zlib/tests/
H A Dgztell_basic.phpt2 Test function gztell() by calling it with its expected arguments when reading
H A Dgzrewind_variation1.phpt2 Test function gzrewind() by calling it with its expected arguments when writing
/PHP-8.2/ext/hash/tests/
H A Djoaat.phpt21 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
/PHP-8.2/Zend/tests/traits/
H A Dlanguage013.phpt2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…
/PHP-8.2/ext/standard/tests/strings/
H A Dbug61038.phpt2 Bug #61038: unpack("a5", "str\0\0") does not work as expected
/PHP-8.2/ext/sodium/tests/
H A Dinstalled.phpt14 expected text are interpreted as failure
/PHP-8.2/ext/posix/tests/
H A Dposix_errno_variation2.phpt2 Test function posix_errno() by calling it with its expected arguments
/PHP-8.2/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation6.phpt24 // expected: false
32 // expected: false
/PHP-8.2/ext/calendar/tests/
H A Dunixtojd.phpt31 // but returns -1 day from expected because its input is -1 from expected
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt89 $expected = array(array("id" => 1, "col1" => "foo"), array("id" => 2, "col1" => "bar"));
91 foreach ($expected as $offset => $exp) {
96 var_dump($expected);

Completed in 28 milliseconds

12345678910>>...23