Home
last modified time | relevance | path

Searched refs:got (Results 251 – 275 of 285) sorted by relevance

1...<<1112

/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt75 printf("[%03d + 6] Expecting true, got %s. %s\n",
H A Dpdo_mysql_stmt_nextrowset.phpt33 printf("[002] Expecting false got %s\n", var_export($tmp, true));
H A Dpdo_mysql_stmt_closecursor.phpt54 printf("Expecting array(id => 1, label => z) got %s\n", var_export($row2, true));
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_connect_oo_defaults.phpt121 …printf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username'…
H A Dmysqli_pam_sha256_public_key_ini.phpt109 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_stmt_bind_result_format.phpt103 printf("[%03d] Expecting %s/%s got %s/%s with %s - %s.\n",
125 printf("[%03d] Row %d - expecting %s/%s got %s/%s [%s] with %s - %s.\n",
H A Dmysqli_stmt_get_result_types.phpt84 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
97 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_debug_control_string.phpt26 printf("[%03d][control string '%s'] Expecting boolean/true, got %s/%s.\n",
H A Dmysqli_pam_sha256_public_key_option.phpt111 printf("[005] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_real_connect.phpt28 …printf("[005] Expecting boolean/false got %s/%s. Can connect to the server using host=%s, user=%s,…
H A Dmysqli_connect_oo.phpt23 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($mysqli), $mysqli);
H A Dmysqli_fetch_array_oo.phpt118 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
126 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt114 … printf("[%03d + 005] Expecting 1 got %s/'%s'", $offset, gettype($row['id']), $row['id']);
H A Dmysqli_fork.phpt54 …printf("[004] Expecting error string and error code from MySQL, got errno = %s/%s, error = %s/%s\n…
H A Dmysqli_debug_mysqlnd_control_string.phpt27 printf("[%03d][control string '%s'] Expecting boolean/true, got %s/%s.\n",
H A Dmysqli_pconn_max_links.phpt155 … printf("[011] Expecting Active Persistent Links < %d, got %d\n", $num_plinks, $num_plinks_kill);
/PHP-8.2/ext/phar/
H A Dstream.c375 size_t got; in phar_stream_read() local
392got = php_stream_read(data->fp, buf, MIN(count, (size_t)(entry->uncompressed_filesize - data->posi… in phar_stream_read()
396 return got; in phar_stream_read()
H A Dphar.c1639 size_t got; in phar_open_from_fp() local
1657 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) { in phar_open_from_fp()
1777 if (got > 512) { in phar_open_from_fp()
1785 …if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) { in phar_open_from_fp()
1790 halt_offset += got; in phar_open_from_fp()
/PHP-8.2/Zend/
H A DREADME.md35 threading and direct threading). As a result ZE2 got more than 20% speedup on
/PHP-8.2/ext/pdo_odbc/tests/
H A Dlong_columns.phpt85 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-8.2/ext/mbstring/tests/
H A Dencoding_tests.inc71 …omString) . "\nExpected $toEncoding: " . dbgPrint($toString) . "\nActually got: " . dbgPrint($resu…
H A Dcp5022x_encoding.phpt376 die("Bad handling of trailing null byte (got " . bin2hex($converted) . ")");
383 die("Bad handling of erroneous codepoint followed by good one (got " . bin2hex($converted) . ")");
/PHP-8.2/ext/exif/
H A Dexif.c3805 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
3876got = exif_read_from_stream_file_looped(ImageInfo->infile, (char*)(Data+2), itemlen-2); /* Read th… in exif_scan_JPEG_header()
3877 if (got != itemlen-2) { in exif_scan_JPEG_header()
3878 …ING, "Error reading from file: got=x%04X(=%d) != itemlen-2=x%04X(=%d)", got, got, itemlen-2, iteml… in exif_scan_JPEG_header()
3894 got = exif_read_from_stream_file_looped(ImageInfo->infile, (char*)Data, size); in exif_scan_JPEG_header()
3895 if (got != size) { in exif_scan_JPEG_header()
/PHP-8.2/ext/hash/tests/
H A Dfnv132.phpt189 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
H A Dfnv164.phpt189 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…

Completed in 69 milliseconds

1...<<1112