Home
last modified time | relevance | path

Searched refs:table (Results 326 – 350 of 531) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt12 require_once 'table.inc';
H A Dmysqli_stmt_data_seek.phpt11 require 'table.inc';
H A Dmysqli_data_seek_oo.phpt11 require 'table.inc';
H A Dmysqli_result_references_mysqlnd.phpt11 require_once 'table.inc';
H A Dmysqli_pconn_max_links.phpt8 require_once 'table.inc';
49 require_once 'table.inc';
201 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug77956.phpt54 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_release_savepoint.phpt32 … printf("[008] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_store_result.phpt11 require 'table.inc';
H A Dmysqli_fetch_column.phpt11 require 'table.inc';
H A Dbug34810.phpt59 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_local_infile_directory_access_allowed.phpt75 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dbug68077.phpt72 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_stmt_multires.phpt11 require 'table.inc';
H A Dmysqli_fetch_assoc_no_alias.phpt11 require 'table.inc';
H A Dmysqli_stmt_fetch.phpt16 require 'table.inc';
H A Dmysqli_query_iterators.phpt11 require 'table.inc';
H A Dmysqli_change_user_oo.phpt9 require_once 'table.inc';
H A Dmysqli_get_client_stats_ps.phpt15 require_once 'table.inc';
H A Dmysqli_stmt_get_result_non_select.phpt16 require 'table.inc';
H A Dmysqli_query_stored_proc.phpt17 require_once 'table.inc';
159 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_get_warnings.phpt145 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
148 printf("[c003] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/php-src/sapi/embed/
H A DREADME.md7 …p the Zend Engine, start a request, and print the number of functions loaded in the function table.
124 /* This callback is invoked as soon as the configuration hash table is
/php-src/ext/mbstring/tests/
H A Deucjp_ms_encoding.phpt23 // The conversion table has several cases where more than one EUC-JP-WIN code maps to the
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite_arginfo.h30 ZEND_ARG_TYPE_INFO(0, table, IS_STRING, 0)
/php-src/Zend/
H A Dzend_interfaces.c184 ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zval **table, int *n) in zend_user_it_get_gc() argument
188 *table = &iter->it.data; in zend_user_it_get_gc()
194 zend_get_gc_buffer_use(gc_buffer, table, n); in zend_user_it_get_gc()

Completed in 68 milliseconds

1...<<11121314151617181920>>...22