Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 13 of 13) sorted by relevance

/PHP-7.0/tests/lang/
H A D028.phpt59 I'm still alive
64 I'm still alive
69 I'm still alive
74 I'm still alive
79 I'm still alive
84 I'm still alive
89 I'm still alive
94 I'm still alive
99 I'm still alive
104 I'm still alive
[all …]
H A Dbug22510.phpt92 print "I'm alive!\n";
126 I'm alive!
/PHP-7.0/ext/standard/tests/http/
H A Dbug65634.phpt40 echo "HTTP/1.0, connection: keep-alive:\n";
41 do_test('1.0', 'keep-alive');
49 echo "HTTP/1.1, connection: keep-alive:\n";
50 do_test('1.1', 'keep-alive');
63 HTTP/1.0, connection: keep-alive:
66 Connection: keep-alive
78 HTTP/1.1, connection: keep-alive:
81 Connection: keep-alive
/PHP-7.0/ext/standard/tests/file/
H A Dbug20424.phpt7 echo "I'm alive!\n";
10 I'm alive!
/PHP-7.0/Zend/tests/
H A Dbug39304.phpt7 echo "I am alive";
11 I am alive
/PHP-7.0/ext/mcrypt/tests/
H A Dbug41252.phpt9 print "I'm alive!\n";
13 I'm alive!
/PHP-7.0/ext/sqlite3/tests/
H A Dbug71049.phpt14 $foo = "alive" . chr(33);
21 string(6) "alive!"
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc143 * alive at the end of a request
145 * @param Boolean $b true if the connection should stay alive, false otherwise
156 * Get the keep alive status
158 * @return Boolean true if the connection should stay alive, false otherwise
460 // Using persistent sockets implies you want them keept alive by server!
/PHP-7.0/main/streams/
H A Dxp_socket.c312 int alive = 1; in php_sockop_set_option() local
327 alive = 0; in php_sockop_set_option()
340 alive = 0; in php_sockop_set_option()
343 return alive ? PHP_STREAM_OPTION_RETURN_OK : PHP_STREAM_OPTION_RETURN_ERR; in php_sockop_set_option()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c2364 int alive = 1; in php_openssl_sockop_set_option() local
2383 alive = 0; in php_openssl_sockop_set_option()
2394 alive = php_socket_errno() == EAGAIN; in php_openssl_sockop_set_option()
2404 alive = 0; in php_openssl_sockop_set_option()
2411 alive = 0; in php_openssl_sockop_set_option()
2414 return alive ? PHP_STREAM_OPTION_RETURN_OK : PHP_STREAM_OPTION_RETURN_ERR; in php_openssl_sockop_set_option()
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in85 ; be alive at the same time.
98 ; can be alive at the same time.
242 ; that FPM is alive and responding, or to
/PHP-7.0/
H A DNEWS2581 . Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to
2855 . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic9433 0 string 5\x0aStayin'_Alive Quake I save: d13 Stayin' alive

Completed in 74 milliseconds