Home
last modified time | relevance | path

Searched refs:table (Results 251 – 275 of 531) sorted by relevance

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

/php-src/ext/standard/tests/streams/
H A Dbug46024.phpt7 // which may leak a temporary hash table. This does not seems worth fixing.
/php-src/ext/mysqli/tests/
H A Dmysqli_errno_oo.phpt27 printf("[003] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_report_new.phpt19 require_once 'table.inc';
H A Dmysqli_debug_ini.phpt28 require_once 'table.inc';
H A Dmysqli_stmt_prepare.phpt17 require 'table.inc';
H A Dmysqli_free_result.phpt11 require 'table.inc';
H A Dmysqli_get_client_stats_skipped.phpt15 require_once 'table.inc';
H A Dmysqli_error.phpt23 …printf("[005] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D058.phpt59 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D060.phpt53 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D043.phpt51 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug35517.phpt45 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_real_escape_string_sjis.phpt19 require_once 'table.inc';
H A Dmysqli_fetch_assoc_oo.phpt12 require 'table.inc';
H A Dmysqli_get_connection_stats_off.phpt14 // connect and table inc connect to mysql and create tables
H A Dmysqli_last_insert_id.phpt128 printf("Dumping table contents before INSERT...SELECT experiments...\n");
170 printf("Dumping table contents after INSERT...SELECT...\n");
184 Dumping table contents before INSERT...SELECT experiments...
188 Dumping table contents after INSERT...SELECT...
H A D042.phpt59 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_error_oo.phpt29 printf("[004] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_max_links.phpt14 require_once 'table.inc';
H A Dbug32405.phpt42 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug45019.phpt12 require_once 'table.inc';
/php-src/ext/pdo_dblib/tests/
H A Dbug_38955.phpt17 $db->query("CREATE table test38955(val int)");
/php-src/ext/dom/
H A Dxpath_callbacks.h60 …_gc_for_whole_object(php_dom_xpath_callbacks *registry, zend_object *object, zval **table, int *n);
/php-src/Zend/tests/match/
H A D017.phpt2 Test strict comparison with match expression jump table
/php-src/ext/pdo_pgsql/tests/
H A Dbug69752.phpt22 create table test69752 (

Completed in 1767 milliseconds

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