Home
last modified time | relevance | path

Searched refs:mysqli_poll (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dbug62885.phpt2 Bug #62885 (mysqli_poll - Segmentation fault)
15 $test1 = mysqli_poll($test2, $test3, $tablica, null);
19 $test1 = mysqli_poll($test2, $test3, $tablica, null);
23 Warning: mysqli_poll(): No stream arrays were passed in %sbug62885.php on line %d
25 Warning: mysqli_poll(): No stream arrays were passed in %sbug62885.php on line %d
H A Dbug63398.phpt22 mysqli_poll($read, $error, $reject, 1);
27 Warning: mysqli_poll(): [1] Couldn't fetch mysqli in %sbug63398.php on line %d
29 Warning: mysqli_poll(): [1] Couldn't fetch mysqli in %sbug63398.php on line %d
31 Warning: mysqli_poll(): No stream arrays were passed in %sbug63398.php on line %d
33 Warning: mysqli_poll(): [1] Couldn't fetch mysqli in %sbug63398.php on line %d
35 Warning: mysqli_poll(): [1] Couldn't fetch mysqli in %sbug63398.php on line %d
H A Dmysqli_poll.phpt2 int mysqli_poll() simple
28 if (NULL !== ($tmp = @mysqli_poll()))
32 if (NULL !== ($tmp = @mysqli_poll($l)))
36 if (NULL !== ($tmp = @mysqli_poll($l, $n)))
40 if (NULL !== ($tmp = @mysqli_poll($l, $n, $n)))
44 if (NULL !== ($tmp = @mysqli_poll($l, $e, $r, -1)))
48 if (NULL !== ($tmp = @mysqli_poll($l, $e, $r, 0, -1)))
52 if (0 !== ($tmp = (mysqli_poll($read, $error, $reject, 0, 1))))
58 if ($exp_ready !== ($tmp = mysqli_poll($links, $errors, $reject, 0, 1000)))
H A Dmysqli_poll_reference.phpt2 mysqli_poll() & references
49 if (0 == ($ready = mysqli_poll($links, $errors, $reject, 0, 50000))) {
80 if (0 == ($ready = mysqli_poll($links, $errors, $reject, 0, 50000))) {
110 if (0 == ($ready = mysqli_poll($links, $errors, $reject, 0, 50000))) {
140 if (0 == ($ready = mysqli_poll($links, $errors, $reject, 0, 50000))) {
183 if (0 == ($ready = mysqli_poll($links, $errors, $reject, 0, 50000))) {
200 $ready = mysqli_poll($links, $errors, $reject, 0, 50000);
219 Warning: mysqli_poll(): All arrays passed are clear in %s on line %d
H A Dbug47050.phpt2 Bug #47050 (mysqli_poll() modifies improper variables)
21 mysqli_poll($links, $errors, $reject, 1);
H A Dmysqli_poll_kill.phpt2 int mysqli_poll() and kill
41 if (1 !== ($tmp = (mysqli_poll($links, $errors, $reject, 0, 10000))))
68 if (0 !== ($tmp = mysqli_poll($links, $errors, $reject, 1)))
97 $ready = mysqli_poll($links, $errors, $reject, 1);
146 if (0 !== ($tmp = (mysqli_poll($links, $errors, $reject, 0, 10000))))
H A Dmysqli_poll_mixing_insert_select.phpt2 mysqli_poll() & INSERT SELECT
83 if (0 == ($num_ready = mysqli_poll($poll_links, $poll_errors, $poll_reject, 0, 200000)))
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.h81 PHP_FUNCTION(mysqli_poll);
H A Dmysqli_fe.c440 PHP_FE(mysqli_poll, arginfo_mysqli_poll)
540 ZEND_FENTRY(poll, ZEND_FN(mysqli_poll), arginfo_mysqli_poll, ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
H A Dmysqli_nonapi.c772 PHP_FUNCTION(mysqli_poll) argument
/PHP-5.5/
H A DNEWS1413 . Fixed bug #65486 (mysqli_poll() is broken on win x64). (Anatol)
6171 - Fixed bug #47050 (mysqli_poll() modifies improper variables). (Johannes)

Completed in 61 milliseconds