Home
last modified time | relevance | path

Searched refs:schema (Results 151 – 175 of 185) sorted by relevance

12345678

/PHP-5.5/ext/oci8/tests/
H A Dfetch_into1.phpt14 $insert_sql = "INSERT INTO ".$schema."".$table_name." (id, value, string) VALUES (1, 1, NULL)";
30 $select_sql = "SELECT * FROM ".$schema."".$table_name."";
H A Dlob_032.phpt15 ".$schema.$table_name." (id, clob)
H A Dlob_036.phpt15 ".$schema.$table_name." (blob)
H A Dlob_033.phpt15 ".$schema.$table_name." (id, blob)
H A Dlob_034.phpt15 ".$schema.$table_name." (blob)
H A Dlob_020.phpt15 ".$schema.$table_name." (Clob)
34 $select_sql = "SELECT clob FROM ".$schema.$table_name." FOR UPDATE";
H A Dfetch_array.phpt14 $insert_sql = "INSERT INTO ".$schema."".$table_name." (id, value) VALUES (1,1)";
32 $select_sql = "SELECT * FROM ".$schema."".$table_name."";
H A Dlob_015.phpt15 ".$schema.$table_name." (blob)
H A Dlob_042.phpt15 ".$schema.$table_name." (blob)
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl3 <xsd:schema targetNamespace="http://schemas.nothing.com">
10 </xsd:schema>
H A Dclassmap002.phpt30 'actor' =>'http://schema.nothing.com',
H A Dbug68361.phpt12 …<xsd:schema targetNamespace="http://foo.bar/testserver/types" xmlns="http://foo.bar/testserver/typ…
36 </xsd:schema>
H A Dclassmap001.phpt40 'actor' =>'http://schema.nothing.com',
/PHP-5.5/ext/pgsql/tests/
H A Dpg_insert_001.phpt2 PostgreSQL pg_select() - basic test using schema
H A Dpg_update_001.phpt2 PostgreSQL pg_update() - basic test using schema
H A Dpg_meta_data_001.phpt2 PostgreSQL pg_meta_data() - basic test using schema
H A Dpg_select_001.phpt2 PostgreSQL pg_select() - basic test using schema
H A Dpg_delete_001.phpt2 PostgreSQL pg_delete() - basic test using schema
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error2.phpt2 DOMDocument::relaxNGValidateSource() should fail on invalid RNG schema
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29061.wsdl10 <xs:schema/>
H A Dbug40609.wsdl3 …</wsdl:documentation><wsdl:types><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeF…
26 </xs:schema></wsdl:types><wsdl:message name="updateMessage"><wsdl:part name="part1" element="ns:upd…
/PHP-5.5/ext/soap/
H A DTODO.old22 provide schema 1999/2001 support....
H A Dphp_schema.c102 xmlNodePtr schema; in schema_load_file() local
112 schema = get_node(doc->children, "schema"); in schema_load_file()
113 if (schema == NULL) { in schema_load_file()
117 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
128 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
139 load_schema(ctx, schema TSRMLS_CC); in schema_load_file()
163 int load_schema(sdlCtx *ctx, xmlNodePtr schema TSRMLS_DC) in load_schema()
181 tns = get_attribute(schema->properties, "targetNamespace"); in load_schema()
183 tns = xmlSetProp(schema, BAD_CAST("targetNamespace"), BAD_CAST("")); in load_schema()
184 xmlNewNs(schema, BAD_CAST(""), NULL); in load_schema()
[all …]
H A DTODO43 ? provide schema 1999/2001 support???
/PHP-5.5/ext/mysqli/tests/
H A Dconnect.inc44 /* formatting schema used by PHP 5.3.0 */

Completed in 51 milliseconds

12345678