Home
last modified time | relevance | path

Searched refs:table (Results 251 – 275 of 621) sorted by path

1...<<11121314151617181920>>...25

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_query_unicode.phpt9 require_once('table.inc');
28 require_once('table.inc');
H A Dmysqli_real_escape_string.phpt22 require('table.inc');
H A Dmysqli_real_escape_string_big5.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
39 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_eucjpms.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
39 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_euckr.phpt32 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
38 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gb2312.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
39 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gbk.phpt35 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
41 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_nobackslash.phpt12 require_once('table.inc');
H A Dmysqli_real_escape_string_sjis.phpt26 require_once('table.inc');
H A Dmysqli_real_escape_string_unicode.phpt22 require('table.inc');
H A Dmysqli_real_query.phpt21 require('table.inc');
99 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_reconnect.phpt16 require_once("table.inc");
H A Dmysqli_report.phpt37 require('table.inc');
H A Dmysqli_report_wo_ps.phpt37 require('table.inc');
H A Dmysqli_result_references.phpt12 require_once('table.inc');
H A Dmysqli_result_references_mysqlnd.phpt20 require_once('table.inc');
H A Dmysqli_rollback.phpt45 printf("[007] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
58 printf("[12] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_select_db.phpt12 require_once("table.inc");
H A Dmysqli_set_charset.phpt67 require('table.inc');
H A Dmysqli_sqlstate.phpt22 require('table.inc');
H A Dmysqli_stat.phpt22 require('table.inc');
H A Dmysqli_stmt_affected_rows.phpt30 …printf("[003] Failed to drop old test table: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_err…
35 …printf("[004] Failed to create test table: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
H A Dmysqli_stmt_attr_get.phpt25 require('table.inc');
H A Dmysqli_stmt_attr_get_prefetch.phpt12 require('table.inc');
H A Dmysqli_stmt_attr_set.phpt28 require('table.inc');

Completed in 63 milliseconds

1...<<11121314151617181920>>...25