Home
last modified time | relevance | path

Searched refs:schema (Results 176 – 197 of 197) sorted by relevance

12345678

/PHP-8.2/ext/soap/tests/
H A Dclassmap001.phpt40 'actor' =>'http://schema.nothing.com',
/PHP-8.2/ext/soap/tests/bugs/
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-8.2/ext/oci8/tests/
H A Dlob_042.phpt17 ".$schema.$table_name." (blob)
H A Dlob_040.phpt19 …$s = oci_parse($c, "insert into ".$schema.$table_name." (id, clob) values(".$i.", '".$i."aaaa".$i.…
25 $s = oci_parse($c, "select clob from ".$schema.$table_name." order by id");
/PHP-8.2/ext/pgsql/tests/
H A Dpg_delete_001.phpt2 PostgreSQL pg_delete() - basic test using schema
H A Dpg_meta_data_001.phpt2 PostgreSQL pg_meta_data() - basic test using schema
/PHP-8.2/ext/dom/tests/
H A Dbug69846.phpt10 $xml = '<?xml version="1.0" encoding="UTF-8"?><dummy xmlns:xfa="http://www.xfa.org/schema/xfa-data/…
/PHP-8.2/.github/scripts/
H A Dsetup-slapd.sh45 sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/ppolicy.ldif
/PHP-8.2/ext/soap/
H A Dphp_schema.c99 xmlNodePtr schema; in schema_load_file() local
109 schema = get_node(doc->children, "schema"); in schema_load_file()
110 if (schema == NULL) { in schema_load_file()
114 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
125 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
136 load_schema(ctx, schema); in schema_load_file()
160 int load_schema(sdlCtx *ctx, xmlNodePtr schema) in load_schema() argument
178 tns = get_attribute(schema->properties, "targetNamespace"); in load_schema()
180 tns = xmlSetProp(schema, BAD_CAST("targetNamespace"), BAD_CAST("")); in load_schema()
181 xmlNewNs(schema, BAD_CAST(""), NULL); in load_schema()
[all …]
H A Dphp_sdl.c350 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex() local
351 if (schema) { in load_wsdl_ex()
352 load_schema(ctx, schema); in load_wsdl_ex()
/PHP-8.2/ext/oci8/
H A Doci8.stub.php939 function oci_new_collection($connection, string $type_name, ?string $schema = null): OCICollection|…
946 function ocinewcollection($connection, string $type_name, ?string $schema = null): OCICollection|fa…
H A Doci8_collection.c41 …ection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len) in php_oci_collection_create() argument
61 (text *) schema, in php_oci_collection_create()
H A Doci8_interface.c2300 char *tdo, *schema = NULL; in PHP_FUNCTION() local
2303 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|s!", &z_connection, &tdo, &tdo_len, &schema, &schem… in PHP_FUNCTION()
2309 …if ( (collection = php_oci_collection_create(connection, tdo, (int) tdo_len, schema, (int) schema_… in PHP_FUNCTION()
H A Dphp_oci8_int.h467 …ction_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len);
H A Doci8_arginfo.h434 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, schema, IS_STRING, 1, "null")
/PHP-8.2/ext/phar/tests/
H A Dbug65028.phpt19 "files/search/schema.xml",
/PHP-8.2/ext/standard/tests/array/
H A Dbug34066_1.phpt224 "xmlns" => "x-schema:CL310_DezABFSchema.XML"
279 /Docs/xmlns=x-schema:CL310_DezABFSchema.XML
H A Dbug34066.phpt224 "xmlns" => "x-schema:CL310_DezABFSchema.XML"
280 /Docs/@xmlns=x-schema:CL310_DezABFSchema.XML
/PHP-8.2/
H A Dphp.ini-development1039 ; writing directly to the schema, shadow tables (eg. FTS data tables), or
H A Dphp.ini-production1041 ; writing directly to the schema, shadow tables (eg. FTS data tables), or
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic9949 >&0 regex (onedcx/v)[0-9].[0-9]+ https://ns.dataone.org/metadata/schema/onedcx/v1.0
9956 >&0 regex (mercury/terms/v)[0-9].[0-9] https://purl.org/ornl/schema/mercury/terms/v1.0
33457 >0 leshort >0 schema version no %d
H A Dmagic私はガラスを食べられます9949 >&0 regex (onedcx/v)[0-9].[0-9]+ https://ns.dataone.org/metadata/schema/onedcx/v1.0
9956 >&0 regex (mercury/terms/v)[0-9].[0-9] https://purl.org/ornl/schema/mercury/terms/v1.0
33457 >0 leshort >0 schema version no %d

Completed in 204 milliseconds

12345678