Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/mysqli/
H A Dmysqli_api.c1560 zend_long processid; local
1562 …s(ZEND_NUM_ARGS(), getThis(), "Ol", &mysql_link, mysqli_link_class_entry, &processid) == FAILURE) {
1567 if (processid <= 0) {
1572 if (mysql_kill(mysql->mysql, processid)) {

Completed in 29 milliseconds