Home
last modified time | relevance | path

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

/PHP-5.5/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.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.5/ext/mysqli/
H A Dmysqli_api.c1596 long processid; local
1598 …_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_link, mysqli_link_class_entry, &processid) == FAILURE) {
1603 if (processid <= 0) {
1608 if (mysql_kill(mysql->mysql, processid)) {

Completed in 15 milliseconds