Home
last modified time | relevance | path

Searched refs:need (Results 201 – 203 of 203) sorted by relevance

123456789

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput8723 Well, we need a colon: somewhere
/PHP-5.5/
H A DNEWS4095 . Fixed bug #54895 (Fix compiling with older gcc version without need for
5513 - Fixed bug #49447 (php engine need to correctly check for socket API
7121 - Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c112121 int need; /* Slots needed in p->azResult[] */
112129 need = nCol*2;
112131 need = nCol;
112133 if( p->nData + need > p->nAlloc ){
112135 p->nAlloc = p->nAlloc*2 + need;

Completed in 396 milliseconds

123456789