Home
last modified time | relevance | path

Searched refs:expect (Results 26 – 50 of 67) sorted by relevance

123

/PHP-7.3/tests/classes/
H A Dobject_reference_001.phpt19 // In ZE1, we would expect "I'm Foo!"
/PHP-7.3/ext/filter/tests/
H A D034.phpt27 echo "$val failed,'$exp' expect, '$res' received.\n";
/PHP-7.3/ext/dom/tests/
H A DDOMDocument_relaxNGValidate_error1.phpt25 Warning: DOMDocument::relaxNGValidate(): Did not expect element pear there in %s on line %d
H A DDOMDocument_relaxNGValidateSource_error1.phpt40 Warning: DOMDocument::relaxNGValidateSource(): Did not expect element pear there in %s on line %d
/PHP-7.3/ext/soap/interop/
H A Dclient_round2_interop.php340 function compareResult($expect, $result, $type = NULL) argument
342 return compare($expect, $result);
439 if ($soap_test->expect !== NULL) {
440 $sent = $soap_test->expect;
469 if (!$ok && $soap_test->expect) {
470 $ok = $this->compareResult($soap_test->expect,$return);
/PHP-7.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt81 $expect = alpha_repeat($row[0]);
82 if (strcmp($expect, $row[1])) {
84 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
85 echo ($expect) . "\n";
/PHP-7.3/ext/zip/tests/
H A Dbug70322.phpt24 // we don't expect the archive to be created, but clean up just in case...
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
H A Dstrncmp_variation7.phpt14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
/PHP-7.3/ext/com_dotnet/tests/
H A Dbug49192.phpt18 // get an accurate test run. its better to just not run the test or expect it to fail.
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt33 // The details are the same for a public or private key, expect the private key parameter 'd
/PHP-7.3/ext/standard/tests/array/
H A Darray_shift_variation8.phpt13 * (e.g. working with linked node trees), beware that array_shift() may not work as you expect:
/PHP-7.3/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt81 // We expect [5 => 0], but got an empty array ...
/PHP-7.3/ext/standard/tests/file/
H A Dfopencookie.phpt14 * you can expect this test to segfault.
H A Dfgets_error.phpt27 var_dump( fgets($fp, $len) ); // return length - 1 always, expect false
H A Dfgetss_error.phpt30 var_dump( fgetss($fp, $len, $allowable_tags) ); // return length - 1 always, expect false
/PHP-7.3/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt40 var_dump(socket_recvfrom($socket, $buf, 0, 0, $from)); // expect false
/PHP-7.3/ext/xml/tests/
H A Dbug26614.phpt17 on context and in opposition to what one would expect to
H A Dbug26614_libxml.phpt17 on context and in opposition to what one would expect to
/PHP-7.3/ext/spl/
H A Dspl_observer.c1073 zend_long expect, valid; in SPL_METHOD() local
1085 expect = (intern->flags & MIT_NEED_ALL) ? 1 : 0; in SPL_METHOD()
1099 if (expect != valid) { in SPL_METHOD()
1100 RETURN_BOOL(!expect); in SPL_METHOD()
1106 RETURN_BOOL(expect); in SPL_METHOD()
/PHP-7.3/ext/pspell/
H A DREADME32 I expect the libraries to be in /usr/local (that's the default when you
/PHP-7.3/ext/spl/internal/
H A Diteratoriterator.inc20 * prevent missuse. If you do not you must expect exceptions or fatal errors.
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt30 // I would expect to get an error message, but this is not what happens.
H A Dpdo_mysql_types_zerofill.phpt63 // we expect a different return value than our input value
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc50 die("skip this test expect codepage $cp");

Completed in 34 milliseconds

123