|
@@ -108,8 +108,8 @@ |
|
|
block discarded – undo |
|
108
|
108
|
{ |
|
109
|
109
|
foreach ($options as $option => $value) |
|
110
|
110
|
{ |
|
111
|
|
- if (property_exists(__CLASS__, strtolower($option)) && method_exists($this, 'set'.$option)) |
|
112
|
|
- $this->{'set'.$option}($value); |
|
|
111
|
+ if (property_exists(__CLASS__, strtolower($option)) && method_exists($this, 'set' . $option)) |
|
|
112
|
+ $this->{'set' . $option}($value); |
|
113
|
113
|
} |
|
114
|
114
|
|
|
115
|
115
|
if (!($socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP))) |
Please login to merge, or discard this patch.