Home
last modified time | relevance | path

Searched refs:table (Results 176 – 200 of 613) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/xsl/tests/
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt28 <table>
35 </table>
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>
/PHP-7.0/ext/sqlite3/tests/
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
H A Dsqlite3_04_update.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3_05_delete.phpt14 echo "INSERT into table\n";
44 INSERT into table
/PHP-7.0/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-7.0/ext/oci8/tests/
H A Dbind_char_2.phpt24 "drop table bind_char_tab",
25 "create table bind_char_tab (id number, c1 date)",
86 "drop table bind_char_tab"
H A Dbind_char_2_11gR1.phpt24 "drop table bind_char_tab",
25 "create table bind_char_tab (id number, c1 date)",
86 "drop table bind_char_tab"
H A Dimp_res_lob.phpt25 "drop table imp_res_lob_tab",
26 "create table imp_res_lob_tab (c1 number, c2 clob, c3 varchar2(10))",
79 "drop table imp_res_lob_tab",
H A Ddefine3.phpt14 "drop table phpdefblobtable",
15 "create table phpdefblobtable (id number(10), fileimage blob)"
79 "drop table phpdefblobtable"
/PHP-7.0/ext/standard/tests/strings/
H A Dget_html_translation_table_variation2.phpt5 /* Prototype : array get_html_translation_table ( [int $table [, int $quote_style [, string charse…
6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
19 $table = HTML_SPECIALCHARS;
78 var_dump( get_html_translation_table($table, $quote_style) );
/PHP-7.0/ext/interbase/tests/
H A D005.phpt12 @ibase_query("create table test5 (i integer)");
36 echo "empty table\n";
50 echo "after rollback table empty again\n";
212 empty table
219 after rollback table empty again
/PHP-7.0/ext/pgsql/
H A DREADME195 array pg_metadata(resource db, string table)
199 array pg_convert(resource db, string table, array values)
203 bool pg_insert(resource db, string table, array values[, bool convert[, bool async]])
204 Insert values (filed=>value) to table
207 bool pg_update(resource db, string table, array fields, array ids[, bool convert[, bool async]])
208 Update table using values (field=>value) and ids (id=>value)
211 bool pg_delete(resource db, string table, array ids[, bool convert[, bool async]])
215 array pg_select(resource db, string table, array ids[, bool convert])
/PHP-7.0/ext/standard/tests/array/
H A Dbug69371.phpt2 Bug #69371 (Hash table collision leads to inaccessible array keys)

Completed in 30 milliseconds

12345678910>>...25