Home
last modified time | relevance | path

Searched refs:got (Results 326 – 328 of 328) sorted by relevance

1...<<11121314

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c28585 int got;
28615 if( got<0 ){
28621 cnt -= got;
28622 offset += got;
28623 prior += got;
28626 }while( got>0 );
28630 return got+prior;
28645 int got;
28677 if( got==amt ){
28685 memset(&((char*)pBuf)[got], 0, amt-got);
[all …]
/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/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:

Completed in 857 milliseconds

1...<<11121314