Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 328) sorted by path

12345678910>>...14

/PHP-5.5/
H A DNEWS4145 . Fixed bug where the DateTime object got changed while using date_diff().
6992 - Fixed bug #43498 (file_exists() on a proftpd server got SIZE not allowed in ASCII mode). (Ilia, c…
/PHP-5.5/Zend/
H A DREADME.ZEND_VM6 and direct threading). As a result ZE2 got more than 20% speedup on raw PHP
/PHP-5.5/Zend/tests/traits/
H A Dbug55424.phpt2 Bug #55424 (Method got missing from class when a trait defined an abstract method to express a requ…
/PHP-5.5/build/
H A Dlibtool.m42036 # Look at the argument we got. We use all the common list separators.
2076 # Look at the argument we got. We use all the common list separators.
2117 # Look at the argument we got. We use all the common list separators.
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_variation2.phpt22 … Element book content does not follow the DTD, expecting (title , author), got (title author autho…
H A DDOMDocument_load_variation2.phpt22 … Element book content does not follow the DTD, expecting (title , author), got (title author autho…
/PHP-5.5/ext/exif/
H A Dexif.c3318 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
3389got = php_stream_read(ImageInfo->infile, (char*)(Data+2), itemlen-2); /* Read the whole section. */ in exif_scan_JPEG_header()
3390 if (got != itemlen-2) { in exif_scan_JPEG_header()
3391 …ING, "Error reading from file: got=x%04X(=%d) != itemlen-2=x%04X(=%d)", got, got, itemlen-2, iteml… in exif_scan_JPEG_header()
3407 got = php_stream_read(ImageInfo->infile, (char*)Data, size); in exif_scan_JPEG_header()
3408 if (got != size) { in exif_scan_JPEG_header()
/PHP-5.5/ext/exif/tests/
H A Dbug48378.phpt15 Warning: exif_read_data(%s): Error reading from file: got=x08B4(=2228) != itemlen-2=x1FFE(=8190) in…
H A Dbug60150.phpt17 Warning: exif_read_data(bug60150.jpg): Error reading from file: got=x%x(=%d) != itemlen-%d=x%x(=%d)…
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8209 # some doom lmp files don't match, I've got one beginning with \x6d\x02\x01\x01
10985 # At least we can show a comment if no other segments got inserted before:
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt31 * Changed return value of filters which got invalid data from 'false' to
/PHP-5.5/ext/filter/tests/
H A D030.phpt56 echo "$ip failed (expected ", $exp?"true":"false", ", got ",
/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c607 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer() local
609 if (got == EOF || got == 0) { in fill_input_buffer()
616 nbytes += got; in fill_input_buffer()
H A Dgdtest.c401 int got = fread (buf, 1, len, (FILE *) context); in freadWrapper() local
402 return got; in freadWrapper()
/PHP-5.5/ext/hash/tests/
H A Dfnv132.phpt191 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
H A Dfnv164.phpt191 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
H A Djoaat.phpt23 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
/PHP-5.5/ext/imap/tests/
H A Dbug44098.phpt14 echo "failed: got <$res>, expected <exp>\n";
/PHP-5.5/ext/mbstring/tests/
H A Dbug43301.phpt11 hello, I have got a cr*sh on you
/PHP-5.5/ext/mysql/tests/
H A Dbug55473.phpt62 …printf("[006] [%d] different number of opened_files : expected %d, got %d", $i, $opened_files, $tm…
H A Dmysql_affected_rows.phpt17 printf("[001] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[005] Expecting int/-1, got %s/%s. [%d] %s\n",
43 printf("[010] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[011] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
54 printf("[013] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
60 printf("[015] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
67 printf("[017] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
73 printf("[019] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysql_client_encoding.phpt65 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_close.phpt16 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[006] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_connect.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
H A Dmysql_create_db.phpt17 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
33 …printf("[006] Expecting boolean/true, got %s/%s, [%d] %s\n", gettype($tmp), $tmp, mysql_errno($lin…
36 …printf("[007] Expecting boolean/false, got %s/%s, [%d] %s\n", gettype($tmp), $tmp, mysql_errno($li…

Completed in 174 milliseconds

12345678910>>...14