Home
last modified time | relevance | path

Searched refs:mysqli_driver (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/mysqli/tests/
H A Dwrite_property_strict.phpt10 $driver = new mysqli_driver;
32 Cannot write read-only property mysqli_driver::$client_info
33 Cannot assign int to property mysqli_driver::$reconnect of type bool
34 Cannot assign string to property mysqli_driver::$report_mode of type int
H A Dmysqli_driver_unclonable.phpt2 Trying to clone mysqli_driver object
7 $driver = new mysqli_driver;
12 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class mysqli_driver in %s:%d
H A Dwrite_property.phpt8 $driver = new mysqli_driver;
38 Cannot write read-only property mysqli_driver::$client_info
41 Cannot assign array to property mysqli_driver::$reconnect of type bool
43 Cannot assign array to property mysqli_driver::$report_mode of type int
H A Dmysqli_class_mysqli_driver_interface.phpt2 Interface of the class mysqli_driver
8 $driver = new mysqli_driver();
H A Dmysqli_driver.phpt2 mysqli_driver class
13 if (!is_object($driver = new mysqli_driver())) {
14 printf("[001] Failed to create mysqli_driver object\n");
H A Dconnect.inc9 $driver = new mysqli_driver;
/PHP-8.1/ext/mysqli/
H A Dconfig.w3214 "mysqli_driver.c " +
H A Dconfig.m478 mysqli_report.c mysqli_driver.c mysqli_warning.c \
H A Dmysqli.stub.php5 final class mysqli_driver class
/PHP-8.1/
H A DUPGRADING420 . The mysqli_driver::$driver_version property has been deprecated. The driver

Completed in 20 milliseconds