Home
last modified time | relevance | path

Searched refs:processid (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_kill.phpt84 Warning: mysqli_kill(): processid should have positive value in %s on line %d
138 Warning: mysqli_kill(): processid should have positive value in %s on line %d
144 Warning: mysqli_kill(): processid should have positive value in %s on line %d
H A Dmysqli_report_wo_ps.phpt113 Warning: mysqli_kill(): processid should have positive value in %s on line %d
117 Warning: mysqli_kill(): processid should have positive value in %s on line %d
H A Dmysqli_report.phpt291 Warning: mysqli_kill(): processid should have positive value in %s on line %d
297 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c1564 zend_long processid; local
1566 …s(ZEND_NUM_ARGS(), getThis(), "Ol", &mysql_link, mysqli_link_class_entry, &processid) == FAILURE) {
1571 if (processid <= 0) {
1576 if (mysql_kill(mysql->mysql, processid)) {

Completed in 18 milliseconds