mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
Coding style
This commit is contained in:
@@ -2851,8 +2851,9 @@ PHP_METHOD(SoapClient, SoapClient)
|
||||
|
||||
if (zend_ascii_hash_find(ht, "connection_timeout", sizeof("connection_timeout"), (void**)&tmp) == SUCCESS) {
|
||||
convert_to_long(*tmp);
|
||||
if(Z_LVAL_PP(tmp) >= 0)
|
||||
if(Z_LVAL_PP(tmp) >= 0) {
|
||||
client->connection_timeout = Z_LVAL_PP(tmp);
|
||||
}
|
||||
}
|
||||
|
||||
if (context) {
|
||||
|
||||
Reference in New Issue
Block a user