Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 33) sorted by relevance

12

/PHP-5.3/ext/dom/tests/
H A Ddom007.phpt54 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…
79 $xkeys[] = "Index: ".$ents->item($x)->nodeName."\n";
97 Index 0: GIF (image/gif) (-)
106 Index: myimage
107 Index: rdf
108 Index: test
H A DDOMComment_replaceData_error1.phpt17 if ($e->getMessage() == 'Index Size Error'){
H A DDOMComment_replaceData_error2.phpt17 if ($e->getMessage() == 'Index Size Error'){
H A DDOMComment_insertData_error1.phpt17 if ($e->getMessage() == 'Index Size Error'){
H A DDOMComment_insertData_error2.phpt17 if ($e->getMessage() == 'Index Size Error'){
H A DDOMCharacterData_deleteData_error_002.phpt19 Fatal error: Uncaught exception 'DOMException' with message 'Index Size Error' in %s:%d
/PHP-5.3/ext/spl/tests/
H A Dfixedarray_015.phpt44 Index invalid or out of range
45 Index invalid or out of range
46 Index invalid or out of range
H A Dfixedarray_001.phpt51 Exception: Index invalid or out of range
52 Exception: Index invalid or out of range
53 Exception: Index invalid or out of range
H A Dfixedarray_002.phpt72 Exception: Index invalid or out of range
74 Exception: Index invalid or out of range
76 Exception: Index invalid or out of range
H A Dfixedarray_004.phpt17 string(29) "Index invalid or out of range"
H A Dfixedarray_014.phpt15 Index invalid or out of range
H A Dfixedarray_012.phpt18 Index invalid or out of range
H A Dfixedarray_013.phpt21 Index invalid or out of range
H A Dfixedarray_006.phpt21 Index invalid or out of range
/PHP-5.3/ext/gmp/tests/
H A D039.phpt41 Warning: gmp_testbit(): Index must be greater than or equal to zero in %s on line %d
48 Warning: gmp_testbit(): Index must be greater than or equal to zero in %s on line %d
H A D034.phpt41 Warning: gmp_clrbit(): Index must be greater than or equal to zero in %s on line %d
44 Warning: gmp_clrbit(): Index must be greater than or equal to zero in %s on line %d
H A D033.phpt47 Warning: gmp_setbit(): Index must be greater than or equal to zero in %s on line %d
/PHP-5.3/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt23 echo "Index array\n";
33 Index array
H A Dbug50576.phpt22 echo 'Index array' . PHP_EOL;
38 Index array
/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h233 typedef struct Index Index; typedef
501 Index *pIndex; /* List of SQL indexes on this table. */
619 struct Index { struct
628 Index *pNext; /* The next index associated with the same table */ argument
802 Index *pIdx; /* Index used */
1168 void sqliteAddIdxKeyType(Vdbe*, Index*);
1186 Index *sqliteFindIndex(sqlite*,const char*, const char*);
1187 void sqliteUnlinkAndDeleteIndex(sqlite*,Index*);
H A Dbuild.c158 Index *p = 0; in sqliteFindIndex()
178 Index *pOld; in sqliteDeleteIndex()
199 Index *p; in sqliteUnlinkAndDeleteIndex()
320 Index *pIndex, *pNext; in sqliteDeleteTable()
431 Index *pIdx; in sqliteStartTable()
1245 Index *pIdx; in sqliteDropTable()
1308 void sqliteAddIdxKeyType(Vdbe *v, Index *pIdx){ in sqliteAddIdxKeyType()
1553 Index *pLoop; in sqliteCreateIndex()
1628 Index *p; in sqliteCreateIndex()
1649 Index *pOther = pTab->pIndex; in sqliteCreateIndex()
[all …]
H A Dwhere.c212 static Index *findSortingIndex( in findSortingIndex()
216 Index *pPreferredIdx, /* Use this index, if possible and not NULL */ in findSortingIndex()
221 Index *pMatch; in findSortingIndex()
222 Index *pIdx; in findSortingIndex()
487 Index *pIdx; in sqliteWhereBegin()
488 Index *pBestIdx = 0; in sqliteWhereBegin()
665 Index *pSortIdx; in sqliteWhereBegin()
666 Index *pIdx; in sqliteWhereBegin()
703 Index *pIx; in sqliteWhereBegin()
723 Index *pIdx; in sqliteWhereBegin()
H A Dupdate.c39 Index *pIdx; /* For looping over indices */ in sqliteUpdate()
44 Index **apIdx = 0; /* An array of indices that need updating too */ in sqliteUpdate()
172 apIdx = sqliteMalloc( sizeof(Index*) * nIdx + nIdxTotal ); in sqliteUpdate()
H A Ddelete.c67 Index *pIdx; /* For looping over indices of the table */ in sqliteDeleteFrom()
375 Index *pIdx; in sqliteGenerateRowIndexDelete()
/PHP-5.3/ext/posix/tests/
H A Dposix_getgrgid.phpt29 die('Index in members Array is not an int.');

Completed in 44 milliseconds

12