Searched refs:is_real_connect (Results 1 – 2 of 2) sorted by relevance
143 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ct…
59 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ct… argument91 if (!is_real_connect) {303 if (!is_real_connect) {328 if (persistent && (new_connection || is_real_connect)) {341 if (!is_real_connect) {353 if (!is_real_connect && self_alloced) {
Completed in 7 milliseconds