Home
last modified time | relevance | path

Searched refs:table (Results 501 – 525 of 621) sorted by relevance

1...<<2122232425

/PHP-5.5/ext/mysql/tests/
H A Dmysql_result.phpt23 require_once('table.inc');
H A Dmysql_fetch_object.phpt21 require('table.inc');
H A Dmysql_query_load_data_openbasedir.phpt42 require('table.inc');
H A Dmysql_pconn_max_links.phpt7 require_once('table.inc');
67 require_once('table.inc');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_field_count.phpt22 require('table.inc');
H A Dmysqli_stmt_get_warnings.phpt38 require('table.inc');
H A Dmysqli_stmt_reset.phpt28 require('table.inc');
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt14 require('table.inc');
H A Dmysqli_constants.phpt12 require("table.inc");
H A Dmysqli_pconn_kill.phpt16 require_once("table.inc");
H A Dmysqli_stmt_bind_param_type_juggling.phpt11 require('table.inc');
H A Dmysqli_driver.phpt11 require("table.inc");
H A Dmysqli_kill.phpt22 require('table.inc');
H A Dmysqli_stmt_get_result_bit.phpt13 require_once('table.inc');
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt38 require('table.inc');
H A Dmysqli_get_charset.phpt27 require('table.inc');
H A Dmysqli_select_db.phpt12 require_once("table.inc");
H A Dmysqli_begin_transaction.phpt49 printf("[009] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_change_user_get_lock.phpt15 require_once('table.inc');
H A Dmysqli_reconnect.phpt16 require_once("table.inc");
H A Dmysqli_stmt_get_result_seek.phpt14 require('table.inc');
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c681 namelen = spprintf(&cols[i].name, 0, "%s.%s", S->fields[i].table, S->fields[i].name);
872 add_assoc_string(return_value, "table", (char *) (F->table?F->table:""), 1);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1173 STRUCT_OFFSET(MYSQLND_FIELD, table),
1334 if (meta->table && meta->table != mysqlnd_empty_string) { in php_mysqlnd_rset_field_read()
1336 meta->table = memcpy(root_ptr, meta->table, len); in php_mysqlnd_rset_field_read()
1362 DBG_INF_FMT("FIELD=[%s.%s.%s]", meta->db? meta->db:"*NA*", meta->table? meta->table:"*NA*", in php_mysqlnd_rset_field_read()
1517 … fields_metadata[i].db, fields_metadata[i].table, fields_metadata[i].name, fields_metadata[i].type, in php_mysqlnd_rowp_read_binary_protocol()
/PHP-5.5/Zend/
H A Dzend_closures.c378 static HashTable *zend_closure_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_closure_get_gc() argument
382 *table = closure->this_ptr ? &closure->this_ptr : NULL; in zend_closure_get_gc()
/PHP-5.5/ext/interbase/tests/
H A D003.phpt12 "create table test3 (

Completed in 37 milliseconds

1...<<2122232425