Home
last modified time | relevance | path

Searched refs:expected (Results 151 – 175 of 553) sorted by relevance

12345678910>>...23

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt18 function func_test_mysqli_stmt_num_rows($stmt, $query, $expected, $offset) {
35 if ($expected !== ($tmp = mysqli_stmt_num_rows($stmt)))
37 gettype($expected), $expected,
H A Dmysqli_phpinfo.phpt44 $expected = array(
49 foreach ($expected as $k => $entry)
/PHP-8.2/ext/posix/tests/
H A Dposix_getegid_basic.phpt2 Test function posix_getegid() by calling it with its expected arguments
H A Dposix_geteuid_basic.phpt2 Test function posix_geteuid() by calling it with its expected arguments
H A Dposix_ctermid_basic.phpt2 Test function posix_ctermid() by calling it with its expected arguments
H A Dposix_seteuid_basic.phpt2 Test function posix_seteuid() by calling it with its expected arguments
H A Dposix_setuid_basic.phpt2 Test function posix_setuid() by calling it with its expected arguments
/PHP-8.2/sapi/fpm/tests/
H A Dresponse.inc138 "==> The expected body:\n$body\n" .
143 "The expected body '$body' does not match actual body '$this->rawBody'"
217 … ? "The expected error message '$errorMessage' is not equal to returned error '$errorData'"
218 : "No error message expected but received '$errorData'";
237 … "The expected error pattern $errorMessagePattern does not match the returned error '$errorData'"
258 $this->error('Status is expected but not supplied');
260 $statusMessage = $status === null ? "expected not to be set": "expected to be $status";
513 $this->error("Value $name is {$this->values[$name]} but expected $value");
/PHP-8.2/ext/simplexml/tests/
H A Dbug81325.phpt14 Warning: DOMDocument::loadXML(): Start tag expected%s
/PHP-8.2/ext/pcre/tests/
H A Dbug75457.phpt9 Warning: preg_match(): Compilation failed: assertion expected after (?( or (?(?C) at offset 8 in %s…
/PHP-8.2/tests/classes/
H A Dproperty_recreate_protected.phpt33 echo "\nUnset a protected property, and attempt to recreate it outside of scope (expected failure):…
51 Unset a protected property, and attempt to recreate it outside of scope (expected failure):
/PHP-8.2/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt29 '%d bytes have been sent instead of the %d bytes expected',
59 '%d bytes have been received instead of the %d bytes expected',
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',
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt33 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
42 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadXML_error2_gte2_11.phpt12 - EXPECTED_RESULT: the expected result
26 Warning: DOMDocument::loadXML(): AttValue: " or ' expected in Entity, line: 4 in %s on line %d
/PHP-8.2/Zend/tests/
H A Dbug72188.phpt21 echo "FAILED: expected 5, received ", var_export($a), PHP_EOL;
/PHP-8.2/ext/date/tests/
H A Dmicrotime_basic.phpt2 Test return type and value for expected input microtime()
/PHP-8.2/Zend/tests/return_types/
H A D001.phpt2 Returned nothing, expected array
H A D003.phpt2 Returned 1, expected array
H A D012.phpt2 Method returned callable, expected callable
H A D002.phpt2 Returned null, expected array
H A D004.phpt2 Returned string, expected array
/PHP-8.2/ext/standard/tests/strings/
H A Dstrpos_number.phpt7 // int(111) is string("o") in octal. Match expected
H A Dbug61764.phpt8 //expected -30000 mod 2^32 = 4294937296, and not -30000
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt43 printf("_server_host mismatch (expected '%s', got '%s')\n", $host, $row['attr_value']);
53 printf("_client_name mismatch (expected 'mysqlnd', got '%s')\n", $row['attr_value']);

Completed in 26 milliseconds

12345678910>>...23