Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.6/
H A DNEWS5723 . Fixed bug where the DateTime object got changed while using date_diff().
8570 - Fixed bug #43498 (file_exists() on a proftpd server got SIZE not allowed in ASCII mode). (Ilia, c…
/PHP-5.6/Zend/
H A DREADME.ZEND_VM6 and direct threading). As a result ZE2 got more than 20% speedup on raw PHP
/PHP-5.6/Zend/tests/
H A Dconstant_expressions_classes.phpt21 …onst XX = parent::XX." extended by G"; public static function get_me($x = "got ".self::XX) { retur…
43 G::get_me() = got this is F extended by G
/PHP-5.6/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.6/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.6/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.6/ext/exif/
H A Dexif.c3324 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
3395got = php_stream_read(ImageInfo->infile, (char*)(Data+2), itemlen-2); /* Read the whole section. */ in exif_scan_JPEG_header()
3396 if (got != itemlen-2) { in exif_scan_JPEG_header()
3397 …ING, "Error reading from file: got=x%04X(=%d) != itemlen-2=x%04X(=%d)", got, got, itemlen-2, iteml… in exif_scan_JPEG_header()
3413 got = php_stream_read(ImageInfo->infile, (char*)Data, size); in exif_scan_JPEG_header()
3414 if (got != size) { in exif_scan_JPEG_header()
/PHP-5.6/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.6/ext/fileinfo/tests/
H A Dmagic8831 # some doom lmp files don't match, I've got one beginning with \x6d\x02\x01\x01
11660 # At least we can show a comment if no other segments got inserted before:
/PHP-5.6/ext/filter/docs/
H A Dfilter.txt31 * Changed return value of filters which got invalid data from 'false' to
/PHP-5.6/ext/filter/tests/
H A D030.phpt56 echo "$ip failed (expected ", $exp?"true":"false", ", got ",
/PHP-5.6/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.6/ext/gd/tests/
H A Dbug43073.phpt47 echo "(expected $exp[$i][$j], got $bbox[$j])";
H A Dbug53504.phpt60 echo "(expected $exp, got $bbox[$i])";
H A Dfunc.inc93 echo "The image size differs: expected {$exp_x}x{$exp_y}, got {$act_x}x{$act_y}.\n";
/PHP-5.6/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 Dfnv1a32.phpt316 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
H A Dfnv1a64.phpt316 …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.6/ext/imap/tests/
H A Dbug44098.phpt14 echo "failed: got <$res>, expected <exp>\n";
/PHP-5.6/ext/mbstring/tests/
H A Dbug43301.phpt11 hello, I have got a cr*sh on you

Completed in 147 milliseconds

12345678910>>...14