Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_kill.phpt84 Warning: mysqli_kill(): processid should have positive value in %s on line %d
126 Warning: mysqli_kill(): processid should have positive value in %s on line %d
132 Warning: mysqli_kill(): processid should have positive value in %s on line %d
H A Dmysqli_report_wo_ps.phpt106 Warning: mysqli_kill(): processid should have positive value in %s on line %d
110 Warning: mysqli_kill(): processid should have positive value in %s on line %d
H A Dmysqli_report.phpt296 Warning: mysqli_kill(): processid should have positive value in %s on line %d
302 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/PHP-5.3/ext/mysqli/
H A Dmysqli_api.c1432 long processid; local
1434 …_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_link, mysqli_link_class_entry, &processid) == FAILURE) {
1439 if (processid <= 0) {
1444 if (mysql_kill(mysql->mysql, processid)) {

Completed in 15 milliseconds