mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
W/S TAB Removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318955 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2eafaa5d9a
commit
377cbed580
3 changed files with 18 additions and 18 deletions
|
@ -115,15 +115,15 @@ eio_event_loop();
|
|||
<programlisting role="php"><![CDATA[
|
||||
<?php
|
||||
function my_eio_poll($fd, $events, $arg) {
|
||||
/* Some libevent regulation might go here .. */
|
||||
if (eio_nreqs()) {
|
||||
eio_poll();
|
||||
}
|
||||
/* .. and here */
|
||||
/* Some libevent regulation might go here .. */
|
||||
if (eio_nreqs()) {
|
||||
eio_poll();
|
||||
}
|
||||
/* .. and here */
|
||||
}
|
||||
|
||||
function my_res_cb($d, $r) {
|
||||
var_dump($r); var_dump($d);
|
||||
var_dump($r); var_dump($d);
|
||||
}
|
||||
|
||||
$base = event_base_new();
|
||||
|
|
|
@ -194,15 +194,15 @@ bool(true)
|
|||
<programlisting role="php"><![CDATA[
|
||||
<?php
|
||||
function my_eio_poll($fd, $events, $arg) {
|
||||
/* Some libevent regulation might go here .. */
|
||||
if (eio_nreqs()) {
|
||||
eio_poll();
|
||||
}
|
||||
/* .. and here */
|
||||
/* Some libevent regulation might go here .. */
|
||||
if (eio_nreqs()) {
|
||||
eio_poll();
|
||||
}
|
||||
/* .. and here */
|
||||
}
|
||||
|
||||
function my_nop_cb($d, $r) {
|
||||
var_dump($r); var_dump($d);
|
||||
var_dump($r); var_dump($d);
|
||||
}
|
||||
|
||||
$base = event_base_new();
|
||||
|
|
|
@ -42,15 +42,15 @@
|
|||
<![CDATA[
|
||||
<?php
|
||||
function my_eio_poll($fd, $events, $arg) {
|
||||
/* Some libevent regulation might go here .. */
|
||||
if (eio_nreqs()) {
|
||||
eio_poll();
|
||||
}
|
||||
/* .. and here */
|
||||
/* Some libevent regulation might go here .. */
|
||||
if (eio_nreqs()) {
|
||||
eio_poll();
|
||||
}
|
||||
/* .. and here */
|
||||
}
|
||||
|
||||
function my_res_cb($d, $r) {
|
||||
var_dump($r); var_dump($d);
|
||||
var_dump($r); var_dump($d);
|
||||
}
|
||||
|
||||
$base = event_base_new();
|
||||
|
|
Loading…
Reference in a new issue