Home
last modified time | relevance | path

Searched refs:Merge (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/standard/tests/array/
H A Darray_merge_variation8.phpt19 echo "\n-- Merge a two-dimensional and a one-dimensional array --\n";
22 echo "\n-- Merge an array and a sub-array --\n";
32 -- Merge a two-dimensional and a one-dimensional array --
53 -- Merge an array and a sub-array --
H A Darray_merge_variation9.phpt26 echo "\n-- Merge an array made up of referenced variables to an assoc. array --\n";
36 echo "\n-- Merge an array and a reference to the first array --\n";
45 -- Merge an array made up of referenced variables to an assoc. array --
105 -- Merge an array and a reference to the first array --
H A Darray_merge.phpt8 Description: Merge one or more arrays
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c355 static Sorter *Merge(Sorter *pLeft, Sorter *pRight){ in Merge() function
4058 pElem = Merge(apSorter[i], pElem); in sqliteVdbeExec()
4063 apSorter[NSORT-1] = Merge(apSorter[NSORT-1],pElem); in sqliteVdbeExec()
4068 pElem = Merge(apSorter[i], pElem); in sqliteVdbeExec()

Completed in 17 milliseconds