Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...28

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt48 $expected = array(
53 foreach ($expected as $k => $entry)
H A Dmysqli_stmt_num_rows.phpt27 function func_test_mysqli_stmt_num_rows($stmt, $query, $expected, $offset) {
44 if ($expected !== ($tmp = mysqli_stmt_num_rows($stmt)))
46 gettype($expected), $expected,
/PHP-7.4/ext/date/tests/
H A Dtimezone_identifiers_list_wrong_constructor.phpt15 Notice: timezone_identifiers_list(): A two-letter ISO 3166-1 compatible country code is expected in…
H A Ddate_parse_error.phpt18 echo "\n-- Testing date_parse() function with more than expected no. of arguments --\n";
37 -- Testing date_parse() function with more than expected no. of arguments --
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_createAttribute_error.phpt2 Test DOMDocument::createAttribute() for expected expection thrown when wrong parameter passed
/PHP-7.4/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 Dbug61273.phpt14 Warning: Parameter 1 to {closure}() expected to be a reference, value given in %sbug61273.php on li…
H A Dbug64677.phpt17 show_outputa('Files: ', `cd .`); // this works as expected
/PHP-7.4/ext/posix/tests/
H A Dposix_getgroups_basic.phpt14 echo "TEST FAILED - array result expected\n";
/PHP-7.4/Zend/tests/nullable_types/
H A Dnullable_type_parameters_do_not_have_default_value.phpt10 …%snullable_type_parameters_do_not_have_default_value.php on line %d and exactly 1 expected in %s:%d
/PHP-7.4/Zend/tests/return_types/
H A D010.phpt2 Returned null, expected array reference
/PHP-7.4/ext/standard/tests/strings/
H A Dbug61038.phpt2 Bug #61038: unpack("a5", "str\0\0") does not work as expected
H A Dwordwrap_error.phpt16 // More than expected number of arguments
17 echo "\n-- Testing wordwrap() function with more than expected no. of arguments --\n";
62 -- Testing wordwrap() function with more than expected no. of arguments --
/PHP-7.4/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-7.4/ext/hash/tests/
H A Djoaat.phpt21 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt37 '%d bytes have been sent instead of the %d bytes expected',
67 '%d bytes have been received instead of the %d bytes expected',
/PHP-7.4/ext/ftp/tests/
H A Dftp_ssl_connect_error.phpt20 echo "\n-- Testing ftp_ssl_connect() function with more than expected no. of arguments --\n";
43 -- Testing ftp_ssl_connect() function with more than expected no. of arguments --
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt7 function openssl_pkey_test_cmp($expected, $bin_key) {
8 var_dump(strcasecmp(ltrim($expected, '0'), bin2hex($bin_key)));
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error2.phpt21 // more than expected no. of args
22 echo "-- Testing ftell() with more than expected number of arguments --\n";
60 -- Testing ftell() with more than expected number of arguments --
H A Dfseek_ftell_rewind_error3.phpt21 // more than expected no. of args
22 echo "-- Testing rewind() with more than expected number of arguments --\n";
60 -- Testing rewind() with more than expected number of arguments --
/PHP-7.4/ext/simplexml/tests/
H A Dbug72957.phpt2 Bug #72957: Null coalescing operator doesn't behave as expected with SimpleXMLElement
/PHP-7.4/ext/gmp/tests/
H A Dbug52906.phpt2 Bug #52906 gmp_mod returns negative result when non-negative is expected
/PHP-7.4/tests/output/
H A Dob_014.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
H A Dob_015.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.

Completed in 58 milliseconds

1...<<11121314151617181920>>...28