/php-src/ext/sockets/tests/ |
H A D | socket_sentto_recvfrom_ipv4_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv4 UDP 22 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port); 23 if ($sent === false) { 27 } else if ($sent != $len) { 29 '%d bytes have been sent instead of the %d bytes expected', 30 $sent, $len));
|
H A D | socket_sentto_recvfrom_ipv6_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP 30 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port); 31 if ($sent === false) { 35 } else if ($sent != $len) { 37 '%d bytes have been sent instead of the %d bytes expected', 38 $sent, $len));
|
H A D | socket_sendto_zerocopy.phpt | 46 echo "$bytes_sent sent!\n"; 53 16384 sent!
|
H A D | socket_sentto_recvfrom_ipv6_udp-win32.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP (Win32) 34 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
|
H A D | socket_sentto_recvfrom_unix.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket 35 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
|
/php-src/ext/pgsql/tests/ |
H A D | 30nb_async_query_params.phpt | 23 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)); 24 if ($sent === FALSE) { 26 } elseif ($sent === 0) { 60 $sent = pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'… 62 if ($sent === FALSE) { 64 } elseif ($sent === 0) {
|
/php-src/ext/session/tests/ |
H A D | gh-16372.phpt | 2 GH-16372: Mention where headers were already sent if session_start fails 19 Warning: session_start(): Session cannot be started after headers have already been sent (sent from…
|
H A D | bug74514.phpt | 16 Therefore, once HTTP header is considered as sent, these functions emits 17 'headers already sent' errors if they try to set new values.
|
H A D | bug74941.phpt | 2 Bug #74941 session_start() triggers a warning after headers have been sent but cookies are not used
|
/php-src/tests/basic/ |
H A D | header_register_callback.phpt | 5 header_register_callback(function() { echo "sent";}); 8 sent
|
H A D | header_register_callback_after_output.phpt | 2 Call header_register_callback() after headers sent
|
/php-src/ext/standard/tests/general_functions/ |
H A D | head.phpt | 30 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s… 33 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s… 39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s… 42 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
|
H A D | http_response_code.phpt | 24 echo "Now we've sent the headers\n"; 34 Now we've sent the headers 36 Warning: http_response_code(): Cannot set response code - headers already sent (output started at %…
|
/php-src/ext/standard/tests/mail/ |
H A D | mail_basic_win.phpt | 66 echo "Email sent.\n"; 89 Email sent. 93 Email sent. 97 Email sent. 101 Email sent.
|
H A D | bug80706.phpt | 34 echo "Email sent.\n"; 61 Email sent.
|
H A D | bug72964.phpt | 34 echo "Email sent.\n"; 59 Email sent.
|
/php-src/sapi/phpdbg/tests/ |
H A D | gh15210_001.phpt | 17 header_register_callback(function() { echo "sent";}); 33 >00002: header_register_callback(function() { echo "sent";});
|
H A D | gh15210_002.phpt | 18 header_register_callback(function() { echo "sent";}); 34 >00002: header_register_callback(function() { echo "sent";});
|
/php-src/ext/session/tests/user_session_module/ |
H A D | bug80889a.phpt | 36 …Session save handler cannot be changed after headers have already been sent (sent from %s on line …
|
/php-src/ext/mysqli/tests/functions/ |
H A D | mysqli_set_charset.phpt | 24 /* The server currently 17.07.2007 can't handle data sent in ucs2 */ 25 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */ 26 /* The server currently 02.09.2011 can't handle data sent in utf16le */
|
/php-src/Zend/tests/generators/ |
H A D | ignored_send_leak.phpt | 2 Ignoring a sent value shouldn't leak memory
|
H A D | generator_send.phpt | 2 Values can be sent back to the generator
|
/php-src/Zend/tests/ |
H A D | output_started_at_eval.phpt | 11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
|
/php-src/ext/zlib/tests/ |
H A D | bug61820.phpt | 2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
|
/php-src/sapi/cli/tests/ |
H A D | sapi_windows_set_ctrl_handler.phpt | 48 …echo ($ret ? "Successfully" : "Unsuccessfuly"), " sent ", get_evt_name($evt), " to child $child_pi… 85 Successfully sent CTRL+C to child %d
|