Home
last modified time | relevance | path

Searched refs:nOld (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_basic.phpt27 echo "\nOld-style constructor:\n";
61 echo "\nOld-style constructor:\n";
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c18360 int nOld; in memsys3Realloc() local
18370 if( nBytes<=nOld && nBytes>=nOld-128 ){ in memsys3Realloc()
18917 int nOld; in memsys5Realloc() local
18926 if( nBytes<=nOld ){ in memsys5Realloc()
21080 if( nOld==nNew ){
59798 nOld = i+1;
60030 nOld>=2 ? apOld[1]->pgno : 0, nOld>=2 ? apOld[1]->nCell : 0,
60031 nOld>=3 ? apOld[2]->pgno : 0, nOld>=3 ? apOld[2]->nCell : 0
60044 if( i<nOld ){
60134 MemPage *pOld = (nNew>nOld ? apNew : apOld)[nOld-1];
[all …]

Completed in 339 milliseconds