Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-8.3/ext/mysqli/tests/
H A D070.phpt2 mysqli ping
4 mysqli
H A Dmysqli_max_links.phpt2 Testing mysqli.max_links
4 mysqli
10 mysqli.max_links=1
19 var_dump((int)ini_get('mysqli.max_links'));
H A Dmysqli_allow_local_infile_overrides_local_infile_directory.phpt2 mysqli.allow_local_infile overrides mysqli.local_infile_directory
4 mysqli
21 mysqli.allow_local_infile=1
22 mysqli.local_infile_directory={PWD}/foo/bar
H A Dbug31141.phpt4 mysqli
7 class Test extends mysqli
H A Dbug77956.phpt2 ensure an error is returned when mysqli.allow_local_infile is off
4 mysqli
21 mysqli.allow_local_infile=0
60 …DATA LOCAL INFILE is forbidden, check related settings like mysqli.allow_local_infile|mysqli.local…
H A Dmysqli_pconn_disabled.phpt2 mysqli_pconnect() - mysqli.allow_persistent = 0
4 mysqli
12 mysqli.allow_persistent=0
13 mysqli.max_persistent=2
14 mysqli.max_links=2
H A Dbug75448.phpt4 mysqli
22 mysqli object is already closed
H A Dbug76386.phpt4 mysqli
23 $link = new mysqli($host, $user, $passwd, $db, $port, $socket);
48 echo '[FIRST][FAIL] mysqli::prepare returned false: ' . $link->error . PHP_EOL;
53 $link = new mysqli($host, $user, $passwd, $db, $port, $socket);
77 echo '[SECOND][FAIL] mysqli::prepare returned false: ' . $link->error . PHP_EOL;
100 $link = new mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dwrite_property_strict.phpt2 Writing to mysqli properties (strict_types)
4 mysqli
H A Dbug63398.phpt4 mysqli
28 mysqli object is already closed
H A Dbug30967.phpt4 mysqli
13 class mysql1 extends mysqli {
H A Dwrite_property.phpt2 Writing to mysqli properties
4 mysqli
H A D069.phpt2 mysqli multi_query, next_result, more_results
4 mysqli
H A D072.phpt2 mysqli warning_count, get_warnings
4 mysqli
H A Dbug38003.phpt4 mysqli
8 class DB extends mysqli {
H A Dmysqli_sqlstate.phpt4 mysqli
37 mysqli object is already closed
H A Dbug46614.phpt4 mysqli
14 class MySQL_Ext extends mysqli{
H A D018.phpt2 mysqli fetch system variables
4 mysqli
H A Dbug74547.phpt2 Bug #74547 mysqli::change_user() doesn't accept null as $database argument w/strict_types
4 mysqli
H A Dmysqli_local_infile_directory_access_denied.phpt2 mysqli.local_infile_directory access denied
4 mysqli
21 mysqli.allow_local_infile=0
22 mysqli.local_infile_directory={PWD}/foo/bar
H A D016.phpt2 mysqli fetch user variable
4 mysqli
H A Dmysqli_open_bug74432.phpt4 mysqli
26 object(mysqli)#%d (%d) {
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt2 mysqli.local_infile_directory vs open_basedir
4 mysqli
21 mysqli.allow_local_infile=0
22 mysqli.local_infile_directory={PWD}/../
/PHP-8.3/.github/actions/install-linux/
H A Daction.yml11 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini
/PHP-8.3/.github/actions/install-linux-x32/
H A Daction.yml11 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini

Completed in 37 milliseconds

12345678910>>...19