Index: trunk/phase3/includes/memcached-client.php |
— | — | @@ -533,7 +533,7 @@ |
534 | 534 | * @return boolean |
535 | 535 | * @access public |
536 | 536 | */ |
537 | | - function replace ($key, $value, $exp=0) |
| 537 | + function replace ($key, $value, $exp=0) |
538 | 538 | { |
539 | 539 | return $this->_set('replace', $key, $value, $exp); |
540 | 540 | } |
— | — | @@ -591,7 +591,7 @@ |
592 | 592 | * @return boolean TRUE on success |
593 | 593 | * @access public |
594 | 594 | */ |
595 | | - function set ($key, $value, $exp=0) |
| 595 | + function set ($key, $value, $exp=0) |
596 | 596 | { |
597 | 597 | return $this->_set('set', $key, $value, $exp); |
598 | 598 | } |
— | — | @@ -606,7 +606,7 @@ |
607 | 607 | * |
608 | 608 | * @access public |
609 | 609 | */ |
610 | | - function set_compress_threshold ($thresh) |
| 610 | + function set_compress_threshold ($thresh) |
611 | 611 | { |
612 | 612 | $this->_compress_threshold = $thresh; |
613 | 613 | } |