Searched refs:mysqli (Results 76 – 100 of 244) sorted by relevance
12345678910
/PHP-5.5/ext/mysqli/tests/ |
H A D | bug55859.phpt | 2 Bug #55859 mysqli->stat property access gives error
|
H A D | bug30967.phpt | 12 class mysql1 extends mysqli {
|
H A D | bug34810.phpt | 2 Bug #34810 (mysqli::init() and others use wrong $this pointer without checks) 65 object(mysqli)#%d (%d) { 106 object(mysqli)#%d (%d) {
|
H A D | bug46614.phpt | 13 class MySQL_Ext extends mysqli{
|
H A D | mysqli_class_mysqli_reflection.phpt | 2 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 D | 069.phpt | 2 mysqli multi_query, next_result, more_results
|
H A D | 072.phpt | 2 mysqli warning_count, get_warnings
|
H A D | bug55283.phpt | 10 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea… 40 $db1 = new mysqli();
|
H A D | mysqli_pconn_reuse.phpt | 12 mysqli.allow_persistent=1 13 mysqli.max_persistent=2 14 mysqli.max_links=2
|
H A D | mysqli_pconn_max_links.phpt | 2 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 D | 018.phpt | 2 mysqli fetch system variables
|
H A D | bug36802.phpt | 7 class really_my_mysqli extends mysqli {
|
H A D | bug28817.phpt | 12 class my_mysql extends mysqli {
|
H A D | 016.phpt | 2 mysqli fetch user variable
|
H A D | mysqli_constants.phpt | 2 Constants exported by ext/mysqli 182 /* are they available in all versions of ext/mysqli ? 201 if (stristr($name, 'mysqli')) {
|
H A D | bug33263.phpt | 13 class test extends mysqli
|
H A D | 017.phpt | 2 mysqli fetch functions
|
H A D | bug51647.phpt | 10 …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 D | mysqli_pam_sha256_public_key_ini.phpt | 100 $link = new mysqli($host, 'shatest', 'shatest', $db, $port, $socket); 127 Warning: mysqli::mysqli(): (HY000/1045): %s in %s on line %d
|
H A D | mysqli_pam_sha256_public_key_option_invalid.phpt | 178 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 D | mysql_pconn_kill.phpt | 109 …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 D | mysql_max_persistent.phpt | 93 …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 D | mysql_create_db.phpt | 56 …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 D | mysql_mysqlnd_read_timeout_long.phpt | 33 …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 D | php_mysqli_structs.h | 319 ZEND_BEGIN_MODULE_GLOBALS(mysqli) 341 ZEND_END_MODULE_GLOBALS(mysqli) 353 ZEND_EXTERN_MODULE_GLOBALS(mysqli)
|
Completed in 24 milliseconds
12345678910