Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/ext/mysqli/tests/
H A Dbug55859.phpt2 Bug #55859 mysqli->stat property access gives error
H A Dbug30967.phpt12 class mysql1 extends mysqli {
H A Dbug34810.phpt2 Bug #34810 (mysqli::init() and others use wrong $this pointer without checks)
65 object(mysqli)#%d (%d) {
106 object(mysqli)#%d (%d) {
H A Dbug46614.phpt13 class MySQL_Ext extends mysqli{
H A Dmysqli_class_mysqli_reflection.phpt2 Interface of the class mysqli - Reflection
23 $class = new ReflectionClass('mysqli');
28 Inspecting class 'mysqli'
38 Extension: 'mysqli'
40 Inspecting method 'mysqli'
56 Inspecting parameter 'host' of method 'mysqli'
63 Inspecting parameter 'user' of method 'mysqli'
70 Inspecting parameter 'password' of method 'mysqli'
84 Inspecting parameter 'port' of method 'mysqli'
91 Inspecting parameter 'socket' of method 'mysqli'
[all …]
H A D069.phpt2 mysqli multi_query, next_result, more_results
H A D072.phpt2 mysqli warning_count, get_warnings
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 Dmysqli_pconn_reuse.phpt12 mysqli.allow_persistent=1
13 mysqli.max_persistent=2
14 mysqli.max_links=2
H A Dmysqli_pconn_max_links.phpt2 Persistent connections and mysqli.max_links
43 mysqli.allow_persistent=1
44 mysqli.max_persistent=2
157 if ($num_plinks > (int)ini_get('mysqli.max_persistent'))
158 …printf("[017] mysqli.max_persistent=%d allows %d open connections!\n", ini_get('mysqli.max_persist…
H A D018.phpt2 mysqli fetch system variables
H A Dbug36802.phpt7 class really_my_mysqli extends mysqli {
H A Dbug28817.phpt12 class my_mysql extends mysqli {
H A D016.phpt2 mysqli fetch user variable
H A Dmysqli_constants.phpt2 Constants exported by ext/mysqli
182 /* are they available in all versions of ext/mysqli ?
201 if (stristr($name, 'mysqli')) {
H A Dbug33263.phpt13 class test extends mysqli
H A D017.phpt2 mysqli fetch functions
H A Dbug51647.phpt10 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
44 $path_to_pems = !$IS_MYSQLND? "ext/mysqli/tests/" : "";
H A Dmysqli_pam_sha256_public_key_ini.phpt100 $link = new mysqli($host, 'shatest', 'shatest', $db, $port, $socket);
127 Warning: mysqli::mysqli(): (HY000/1045): %s in %s on line %d
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
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_kill.phpt109 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
111 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
114 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
116 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_max_persistent.phpt93 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
95 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
100 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_create_db.phpt56 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
58 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_mysqlnd_read_timeout_long.phpt33 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h319 ZEND_BEGIN_MODULE_GLOBALS(mysqli)
341 ZEND_END_MODULE_GLOBALS(mysqli)
353 ZEND_EXTERN_MODULE_GLOBALS(mysqli)

Completed in 24 milliseconds

12345678910