Home
last modified time | relevance | path

Searched refs:table (Results 151 – 175 of 621) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt14 echo "INSERT into table\n";
36 INSERT into table
H A Dsqlite3_25_create_aggregate.phpt27 echo "INSERT into table\n";
45 INSERT into table
H A Dsqlite3_26_reset_prepared_stmt.phpt14 echo "INSERT into table\n";
41 INSERT into table
H A Dsqlite3_27_reset_prepared_stmt_result.phpt14 echo "INSERT into table\n";
41 INSERT into table
H A Dsqlite3_35_stmt_readonly.phpt19 echo "INSERT into table\n";
42 INSERT into table
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc_nullparam.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToDoc_wrongparam_001.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToDoc_wrongparam_002.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToDoc_wrongparam_003.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToDoc_wrongparam_004.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToURI_nullparam.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_nullparam.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt28 <table>
35 </table>
/PHP-5.5/ext/mysqli/tests/
H A D061.phpt39 printf("Cannot drop table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("Cannot create table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
69 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_2_11gR1.phpt25 "drop table bind_char_tab",
26 "create table bind_char_tab (id number, c1 date)",
87 "drop table bind_char_tab"
H A Ddefine3.phpt14 "drop table phpdefblobtable",
15 "create table phpdefblobtable (id number(10), fileimage blob)"
79 "drop table phpdefblobtable"
H A Dfetch_object.phpt16 "drop table fetch_object_tab",
17 …"create table fetch_object_tab (\"caseSensitive\" number, secondcol varchar2(20), anothercol char(…
74 "drop table fetch_object_tab"
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h203 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, cha…
204 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, ulo…
205 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char *…
206 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …

Completed in 33 milliseconds

12345678910>>...25