Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 25 of 185) sorted by path

12345678

/PHP-5.5/
H A DNEWS5070 - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename
5345 - Fixed bug #50195 (pg_copy_to() fails when table name contains schema. (Ilia)
5531 - Fixed bug #49144 (Import of schema from different host transmits original
6895 - Fixed bug #24679 (pg_* functions doesn't work using schema). (Felipe)
8474 - Fixed bug #37807 (segmentation fault during SOAP schema import). (Tony)
9454 - Fixed bug #33837 (Informix ESQL version numbering schema changed). (Jani)
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error2.phpt2 DOMDocument::relaxNGValidateSource() should fail on invalid RNG schema
H A DDOMDocument_schemaValidateSource_addAttrs.phpt2 DomDocument::schemaValidateSource() - Add missing attribute default values from schema
H A DDOMDocument_schemaValidateSource_error1.phpt2 DomDocument::schemaValidateSource() - string that is not a schema
15 $result = $doc->schemaValidateSource('string that is not a schema');
22 Warning: DOMDocument::schemaValidateSource(): string that is not a schema in %s.php on line %d
H A DDOMDocument_schemaValidateSource_error2.phpt2 DomDocument::schemaValidateSource() - non-conforming schema
15 $xsd = file_get_contents(dirname(__FILE__)."/book-non-conforming-schema.xsd");
H A DDOMDocument_schemaValidateSource_error3.phpt2 DomDocument::schemaValidateSource() - empty string for schema string
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt2 DomDocument::schemaValidateSource() - Don't add missing attribute default values from schema
H A DDOMDocument_schemaValidate_addAttrs.phpt2 DomDocument::schemaValidate() - Add missing attribute default values from schema
H A DDOMDocument_schemaValidate_error1.phpt2 DomDocument::schemaValidate() - file that is not a schema
15 $result = $doc->schemaValidate(dirname(__FILE__)."/book-not-a-schema.xsd");
20 Warning: DOMDocument::schemaValidate(): %sbook-not-a-schema.xsd:1: parser error : Start tag expecte…
22 …ate(): Let's see what happens upon parsing a file that doesn't contain a schema. in %s.php on line…
26 Warning: DOMDocument::schemaValidate(): Failed to parse the XML resource '%sbook-not-a-schema.xsd'.…
H A DDOMDocument_schemaValidate_error2.phpt2 DomDocument::schemaValidate() - non-conforming schema file
15 $result = $doc->schemaValidate(dirname(__FILE__)."/book-non-conforming-schema.xsd");
H A DDOMDocument_schemaValidate_error3.phpt2 DomDocument::schemaValidate() - empty string for schema file name
H A DDOMDocument_schemaValidate_error5.phpt2 DomDocument::schemaValidate() - non-existent schema file
22 Warning: DOMDocument::schemaValidate(): Failed to locate the main schema resource at '%s/non-existe…
H A DDOMDocument_schemaValidate_missingAttrs.phpt2 DomDocument::schemaValidate() - Don't add missing attribute default values from schema
H A Dbook-not-a-schema.xsd1 Let's see what happens upon parsing a file that doesn't contain a schema.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic18095 >0 leshort >0 schema version no %d
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt148 * SCHEME_REQUIRED: The 'schema' part of the URL
/PHP-5.5/ext/mysqli/tests/
H A Dconnect.inc44 /* formatting schema used by PHP 5.3.0 */
/PHP-5.5/ext/oci8/
H A Doci8_collection.c47 …ion_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len TS… in php_oci_collection_create() argument
66 (text *) schema, in php_oci_collection_create()
H A Doci8_interface.c2379 char *tdo, *schema = NULL; local
2382 …eters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|s", &z_connection, &tdo, &tdo_len, &schema, &schema_len) == F…
2388 …if ( (collection = php_oci_collection_create(connection, tdo, tdo_len, schema, schema_len TSRMLS_C…
/PHP-5.5/ext/oci8/tests/
H A Dcommit_001.phpt14 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)";
36 $select_sql = "select * from ".$schema.$table_name."";
54 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)";
H A Dcommit_old.phpt14 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
28 $select_sql = "SELECT * FROM ".$schema.$table_name."";
45 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
H A Dcreate_table.inc6 "DROP TABLE ".$schema.$table_name,
7 …"CREATE TABLE ".$schema.$table_name." (id NUMBER, value NUMBER, blob BLOB, clob CLOB, string VARCH…
H A Dcursors.phpt14 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
30 $sql = "select CURSOR(select * from ".$schema.$table_name.") as curs FROM dual";
H A Ddescriptors.phpt15 ".$schema.$table_name." (blob)
31 $ora_sql = "SELECT blob FROM ".$schema.$table_name." ";
H A Ddetails.inc40 $schema = '';
45 * Used for creating/dropping schema objects used by a test

Completed in 117 milliseconds

12345678