Home
last modified time | relevance | path

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

1...<<2122232425

/PHP-7.0/ext/pdo_mysql/
H A Dmysql_statement.c704 cols[i].name = strpprintf(0, "%s.%s", S->fields[i].table, S->fields[i].name);
891 add_assoc_string(return_value, "table", (char *) (F->table?F->table : ""));
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1208 STRUCT_OFFSET(MYSQLND_FIELD, table),
1378 if (meta->table && meta->table != mysqlnd_empty_string) { in php_mysqlnd_rset_field_read()
1380 meta->table = memcpy(root_ptr, meta->table, len); in php_mysqlnd_rset_field_read()
1401 DBG_INF_FMT("FIELD=[%s.%s.%s]", meta->db? meta->db:"*NA*", meta->table? meta->table:"*NA*", in php_mysqlnd_rset_field_read()
1547 … fields_metadata[i].db, fields_metadata[i].table, fields_metadata[i].name, fields_metadata[i].type, in php_mysqlnd_rowp_read_binary_protocol()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_driver.phpt11 require("table.inc");
H A Dmysqli_kill.phpt22 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_stmt_get_result_bit.phpt13 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_constants.phpt12 require("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_reconnect.phpt16 require_once("table.inc");
H A Dmysqli_change_user_get_lock.phpt15 require_once('table.inc');
H A Dmysqli_select_db.phpt12 require_once("table.inc");
H A Dmysqli_stmt_num_rows.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_no_reconnect.phpt14 require_once("table.inc");
H A Dmysqli_multi_query.phpt27 require('table.inc');
H A Dmysqli_stmt_get_result_seek.phpt14 require('table.inc');
H A Dmysqli_class_mysqli_stmt_interface.phpt12 require('table.inc');
H A Dmysqli_expire_password.phpt58 require_once('table.inc');
/PHP-7.0/ext/interbase/tests/
H A D003.phpt12 "create table test3 (
/PHP-7.0/ext/oci8/tests/
H A Dconn_attr.inc36 942 // table or view does not exist
/PHP-7.0/Zend/
H A Dzend_inheritance.c794 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance() local
796 end = table + parent_ce->default_properties_count; in zend_do_inheritance()
798 ce->default_properties_table = table; in zend_do_inheritance()
837 …zval *table = pemalloc(sizeof(zval) * (ce->default_static_members_count + parent_ce->default_stati… in zend_do_inheritance() local
839 end = table + parent_ce->default_static_members_count; in zend_do_inheritance()
841 ce->default_static_members_table = table; in zend_do_inheritance()
/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c146 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval **table, int *n) /* {{{{ */ in spl_fixedarray_object_get_gc() argument
152 *table = intern->array->elements; in spl_fixedarray_object_get_gc()
155 *table = NULL; in spl_fixedarray_object_get_gc()

Completed in 53 milliseconds

1...<<2122232425