Searched refs:alive (Results 1 – 14 of 14) sorted by relevance
/PHP-5.6/tests/lang/ |
H A D | 028.phpt | 59 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 D | bug22510.phpt | 91 print "I'm alive!\n"; 126 I'm alive!
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | bug65634.phpt | 40 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-5.6/ext/standard/tests/file/ |
H A D | bug20424.phpt | 7 echo "I'm alive!\n"; 10 I'm alive!
|
/PHP-5.6/ext/mcrypt/tests/ |
H A D | bug41252.phpt | 9 print "I'm alive!\n"; 13 I'm alive!
|
/PHP-5.6/Zend/tests/ |
H A D | bug39304.phpt | 7 echo "I am alive"; 15 I am alive
|
/PHP-5.6/sapi/fpm/tests/ |
H A D | fcgi.inc | 143 * 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-5.6/main/streams/ |
H A D | xp_socket.c | 290 int alive = 1; in php_sockop_set_option() local 305 alive = 0; in php_sockop_set_option() 318 alive = 0; in php_sockop_set_option() 321 return alive ? PHP_STREAM_OPTION_RETURN_OK : PHP_STREAM_OPTION_RETURN_ERR; in php_sockop_set_option()
|
/PHP-5.6/ext/openssl/ |
H A D | xp_ssl.c | 2168 int alive = 1; in php_openssl_sockop_set_option() local 2183 alive = 0; in php_openssl_sockop_set_option() 2194 alive = php_socket_errno() == EAGAIN; in php_openssl_sockop_set_option() 2204 alive = 0; in php_openssl_sockop_set_option() 2211 alive = 0; in php_openssl_sockop_set_option() 2214 return alive ? PHP_STREAM_OPTION_RETURN_OK : PHP_STREAM_OPTION_RETURN_ERR; in php_openssl_sockop_set_option()
|
/PHP-5.6/sapi/fpm/ |
H A D | www.conf.in | 79 ; be alive at the same time. 92 ; can be alive at the same time. 236 ; that FPM is alive and responding, or to
|
H A D | php-fpm.conf.in | 213 ; be alive at the same time. 226 ; can be alive at the same time. 370 ; that FPM is alive and responding, or to
|
/PHP-5.6/sapi/thttpd/ |
H A D | thttpd_patch | 49 +** on a keep-alive connection. Should be simiar to LINGER_TIME 361 + smart_str_appends(&s, "Connection: keep-alive\r\n\r\n" ); 609 if ( strcasecmp( cp, "keep-alive" ) == 0 ) 634 + ** Disable keep alive support for bad browsers,
|
/PHP-5.6/ |
H A D | NEWS | 1042 . Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to 1068 . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 8935 0 string 5\x0aStayin'_Alive Quake I save: d13 Stayin' alive
|
Completed in 117 milliseconds