Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 97) sorted by relevance

1234

/PHP-5.5/Zend/tests/generators/
H A Dgenerator_send.phpt13 $gen->send("send bar");
15 $gen->send("send foo");
20 string(8) "send bar"
22 string(8) "send foo"
H A Dsend_after_close.phpt2 Calls to send() after close should do nothing
9 $gen->send('foo');
10 $gen->send('bar');
H A Dsend_returns_current.phpt2 $generator->send() returns the yielded value
14 var_dump($gen->send('foo'));
15 var_dump($gen->send('bar'));
H A Dyield_without_value.phpt14 $receiver->send(1);
16 $receiver->send(2);
18 $receiver->send(3);
H A Dignored_send_leak.phpt11 $gen->send(NULL);
H A Dyield_during_function_call.phpt11 $gen->send(10);
H A Dbug66041.phpt14 $generator->send($fixedArray);
H A Dyield_during_method_call.phpt18 $gen->send('foo');
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt28 send "echo 'hello world';\n"
29 send "\04"
46 send "<?php echo 'hello world';\n"
47 send "\04"
/PHP-5.5/ext/standard/tests/mail/
H A Dbug69874.phpt2 Bug #69874: Null addtional_headers does not send mail
19 echo "*** Testing mail() : send email without additional headers ***\n";
36 *** Testing mail() : send email without additional headers ***
H A Dbug69874_2.phpt2 Bug #69874: Null addtional_headers does not send mail
19 echo "*** Testing mail() : send email without additional headers ***\n";
36 *** Testing mail() : send email without additional headers ***
H A Dbug66535.phpt19 echo "*** Testing mail() : send email without additional headers ***\n";
36 *** Testing mail() : send email without additional headers ***
/PHP-5.5/Zend/tests/
H A Dunset_cv05.phpt23 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.5/ext/sockets/tests/
H A Dsocket_abstract_path_sendmsg.phpt18 echo "creating send socket\n";
37 creating send socket
H A Dmcast_ipv6_recv_limited.phpt14 * troublesome to send multicast traffic from lo, which we must since
25 die('skip unable to send multicast packet.');
51 echo "creating send socket\n";
111 creating send socket
H A Dsocket_recvmsg.phpt23 echo "creating send socket\n";
52 creating send socket
H A Dsocket_cmsg_credentials.phpt23 echo "creating send socket\n";
56 creating send socket
H A Dsocket_cmsg_rights.phpt23 echo "creating send socket\n";
58 creating send socket
H A Dsocket_sendrecvmsg_multi_msg.phpt27 echo "creating send socket\n";
65 creating send socket
H A Dmcast_ipv6_recv.phpt17 * troublesome to send multicast traffic from lo, which we must since
28 die('skip unable to send multicast packet.');
56 echo "creating send socket\n";
183 creating send socket
/PHP-5.5/ext/standard/tests/network/
H A Dshutdown.phpt23 /* Connect and send request 1 */
32 /* Connect and send request 2 */
/PHP-5.5/Zend/tests/generators/errors/
H A Dresume_running_generator_error.phpt12 $gen->send($gen);
/PHP-5.5/ext/sysvmsg/tests/
H A D001.phpt2 send/receive serialized message.
/PHP-5.5/ext/zlib/tests/
H A Dbug65391.phpt2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)
/PHP-5.5/tests/output/
H A Dob_end_flush_error_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer

Completed in 106 milliseconds

1234