Home
last modified time | relevance | path

Searched refs:MYSQL (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/mysqli/
H A Dmysqli_priv.h70 extern MYSQLI_WARNING *php_get_warnings(MYSQL * mysql);
H A Dmysqli_warning.c73 MYSQLI_WARNING *php_get_warnings(MYSQL *mysql) in php_get_warnings()
270 MYSQL *hdl;
H A Dmysqli_prop.c42 MYSQL *p; \
51 p = (MYSQL *)((MY_MYSQL *)((MYSQLI_RESOURCE *)(obj->ptr))->ptr)->mysql;\
H A Dphp_mysqli_structs.h110 MYSQL *mysql;
H A Dmysqli_nonapi.c1113 static int mysqli_begin_transaction_libmysql(MYSQL * conn, const unsigned int mode, const char * co…
1201 static int mysqli_savepoint_libmysql(MYSQL * conn, const char * const name, zend_bool release)
H A Dmysqli.c90 MYSQL *mysql = (MYSQL *)data; in php_mysqli_dtor_p_elements()
H A Dmysqli_api.c39 static void mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const uint32… in mysqli_tx_cor_options_to_string()
110 static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const uint32_t mode, … in mysqli_commit_or_rollback_libmysql()
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h106 MYSQL *server;
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt42 // Lets accept also int if it follows the rules from the original MYSQL C API
H A Dpdo_mysql___construct.phpt39 print tryandcatch(4, '$db = new PDO("MYSQL");');
/PHP-7.4/docs/
H A Dself-contained-extensions.md55 [--with-mysqli=MYSQL-DIR]
60 installation in MYSQL-DIR.
H A Dstreams.md338 MYSQL conn;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h30 #define MYSQL MYSQLND macro

Completed in 48 milliseconds