Searched refs:mysqli_poll (Results 1 – 11 of 11) sorted by relevance
/PHP-7.1/ext/mysqli/tests/ |
H A D | bug62885.phpt | 2 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 D | bug63398.phpt | 22 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 D | mysqli_poll.phpt | 2 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)))) 56 if (false !== ($tmp = (mysqli_poll($read, $error, $reject, -1, 1)))) 60 if (false !== ($tmp = (mysqli_poll($read, $error, $reject, 0, -1)))) [all …]
|
H A D | mysqli_poll_reference.phpt | 2 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 D | bug47050.phpt | 2 Bug #47050 (mysqli_poll() modifies improper variables) 21 mysqli_poll($links, $errors, $reject, 1);
|
H A D | mysqli_poll_kill.phpt | 2 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))) 98 $ready = mysqli_poll($links, $errors, $reject, 1); 157 if (0 !== ($tmp = (mysqli_poll($links, $errors, $reject, 0, 10000))))
|
H A D | mysqli_poll_mixing_insert_select.phpt | 2 mysqli_poll() & INSERT SELECT 83 if (0 === ($num_ready = mysqli_poll($poll_links, $poll_errors, $poll_reject, 0, 200000)))
|
H A D | mysqli_reap_async_query.phpt | 41 if ($exp_ready !== ($tmp = mysqli_poll($links, $errors, $reject, 0, 2000)))
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_fe.h | 82 PHP_FUNCTION(mysqli_poll);
|
H A D | mysqli_fe.c | 476 PHP_FE(mysqli_poll, arginfo_mysqli_poll) 576 ZEND_FENTRY(poll, ZEND_FN(mysqli_poll), arginfo_mysqli_poll, ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
|
H A D | mysqli_nonapi.c | 755 PHP_FUNCTION(mysqli_poll) argument
|
Completed in 23 milliseconds