Home
last modified time | relevance | path

Searched refs:mysqli (Results 76 – 100 of 197) sorted by relevance

12345678

/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt11 mysqli.allow_persistent=1
12 mysqli.max_persistent=-1
13 mysqli.max_links=-1
H A Dbug55859.phpt2 Bug #55859 mysqli->stat property access gives error
H A Dmysqli_pconn_max_links.phpt2 Persistent connections and mysqli.max_links
43 mysqli.allow_persistent=1
44 mysqli.max_persistent=2
45 mysqli.rollback_on_cached_plink=1
180 if ($num_plinks > (int)ini_get('mysqli.max_persistent'))
181 …printf("[017] mysqli.max_persistent=%d allows %d open connections!\n", ini_get('mysqli.max_persist…
H A Dbug30967.phpt12 class mysql1 extends mysqli {
H A Dmysqli_fetch_object_no_constructor.phpt34 …printf("\nException with mysqli. Note that at all other places we throws errors but no exceptions …
60 Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the …
H A D069.phpt2 mysqli multi_query, next_result, more_results
H A Dbug46614.phpt13 class MySQL_Ext extends mysqli{
H A Dmysqli_local_infile_default_off.phpt19 echo "connector: ", ini_get("mysqli.allow_local_infile"), "\n";
H A D072.phpt2 mysqli warning_count, get_warnings
H A Dbug66043.phpt2 Bug #66043 (Segfault calling bind_param() on mysqli)
H A Dbug53503.phpt2 Bug #53503 (mysqli::query returns false after successful LOAD DATA query)
19 mysqli.allow_local_infile=1
H A Dbug55283.phpt10 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
40 $db1 = new mysqli();
H A Dbug36802.phpt7 class really_my_mysqli extends mysqli {
H A D018.phpt2 mysqli fetch system variables
H A Dmysqli_pconn_reuse.phpt12 mysqli.allow_persistent=1
13 mysqli.max_persistent=2
14 mysqli.max_links=2
H A Dbug28817.phpt12 class my_mysql extends mysqli {
H A Dbug74547.phpt2 Bug #74547 mysqli::change_user() doesn't accept null as $database argument w/strict_types
H A D016.phpt2 mysqli fetch user variable
H A Dmysqli_open_bug74432.phpt26 object(mysqli)#%d (%d) {
H A Dbug33263.phpt13 class test extends mysqli
H A D017.phpt2 mysqli fetch functions
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt178 Warning: mysqli::real_connect(): (HY000/1045): %s in %s on line %d
181 Warning: mysqli::real_connect(): (HY000/1045): %s in %s on line %d
184 Warning: mysqli::real_connect(%sest_sha256_wrong_%d): failed to open stream: No such file or direct…
186 Warning: mysqli::real_connect(): (HY000/1045): %s in %s on line %d
H A Dmysqli_embedded_connect.phpt31 Warning: mysqli_embedded_connect() expects parameter 1 to be mysqli, null given in %s on line %d
H A Dmysqli_sqlstate.phpt48 Warning: mysqli_sqlstate(): Couldn't fetch mysqli in %s on line %d
/PHP-7.2/ext/mysqli/
H A Dmysqli.c564 PHP_MINIT_FUNCTION(mysqli) in PHP_MINIT_FUNCTION() argument
918 PHP_RINIT_FUNCTION(mysqli) in PHP_RINIT_FUNCTION() argument
974 PHP_MINFO_FUNCTION(mysqli) in PHP_MINFO_FUNCTION() argument
1014 PHP_MINIT(mysqli),
1015 PHP_MSHUTDOWN(mysqli),
1016 PHP_RINIT(mysqli),
1017 PHP_RSHUTDOWN(mysqli),
1018 PHP_MINFO(mysqli),
1020 PHP_MODULE_GLOBALS(mysqli),
1021 PHP_GINIT(mysqli),
[all …]

Completed in 41 milliseconds

12345678