1
0
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:
David Soria Parra
2008-05-20 13:28:31 +00:00
parent 60b27ed62a
commit d94c197637

View File

@@ -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) {