Home
last modified time | relevance | path

Searched refs:Schema (Results 76 – 97 of 97) sorted by relevance

1234

/PHP-5.5/ext/soap/tests/schema/
H A Dschema050.phpt2 SOAP XML Schema 50: Array in complex type (maxOccurs > 1, one value)
H A Dschema052.phpt2 SOAP XML Schema 52: Array in complex type (maxOccurs > 1, array with one value)
H A Dschema077.phpt2 SOAP XML Schema 77: Attributes form qualified/unqualified (attributeFormDefault - default)
H A Dschema025.phpt2 SOAP XML Schema 25: SOAP 1.2 Array
H A Dschema026.phpt2 SOAP XML Schema 26: SOAP 1.2 Array (second way)
H A Dschema028.phpt2 SOAP XML Schema 28: SOAP 1.2 Multidimensional array
H A Dschema029.phpt2 SOAP XML Schema 29: SOAP 1.2 Multidimensional array (second way)
H A Dschema033.phpt2 SOAP XML Schema 33: Nested complex types
H A Dschema036.phpt2 SOAP XML Schema 36: Nested complex types (inline)
H A Dschema083.phpt2 SOAP XML Schema 83: SOAP 1.2 Array with SOAP_USE_XSI_ARRAY_TYPE
H A Dschema049.phpt2 SOAP XML Schema 49: Restriction of complex type (2)
H A Dschema051.phpt2 SOAP XML Schema 51: Array in complex type (maxOccurs > 1, array)
H A Dschema054.phpt2 SOAP XML Schema 54: Apache Map
H A Dschema084.phpt2 SOAP XML Schema 84: SOAP 1.2 Array with SOAP_USE_XSI_ARRAY_TYPE (second way)
H A Dschema085.phpt2 SOAP XML Schema 85: Extension of complex type (elements order)
H A Dschema034.phpt2 SOAP XML Schema 34: Nested complex types (element ref)
H A Dschema035.phpt2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type)
H A Dschema055.phpt2 SOAP XML Schema 55: Apache Map (extension)
H A Dschema064.phpt2 SOAP XML Schema 64: standard date/time types
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_reconnect.phpt84 printf("[013] Connection should has been made to DB/Schema '%s', expecting '%s', [%d] %s\n",
122 printf("[020] Connection should has been made to DB/Schema '%s', expecting '%s', [%d] %s\n",
/PHP-5.5/ext/soap/
H A DTODO62 Schema
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9296 typedef struct Schema Schema; typedef
10887 struct Schema { struct
53197 Schema *pSchema = (Schema *)pBtree->pBt->pSchema;
91222 Schema *pSchema = db->aDb[j].pSchema;
92798 Schema *pSchema = p->pSchema;
95537 Schema *pSchema = (Schema *)p;
95566 Schema * p;
95568 p = (Schema *)sqlite3BtreeSchema(pBt, sizeof(Schema), sqlite3SchemaClear);
95570 p = (Schema *)sqlite3DbMallocZero(0, sizeof(Schema));
114990 Schema *pSchema = pTab->pSchema;
[all …]

Completed in 333 milliseconds

1234