| @@ 990-994 (lines=5) @@ | ||
| 987 | $this->m_custom = array(); |
|
| 988 | } |
|
| 989 | ||
| 990 | if (isset($this->m_loopInterval)) { |
|
| 991 | if (!(is_int($this->m_loopInterval) && $this->m_loopInterval > 0)) { |
|
| 992 | return false; |
|
| 993 | } |
|
| 994 | } |
|
| 995 | ||
| 996 | if (isset($this->m_loopTimes)) { |
|
| 997 | if (!(is_int($this->m_loopTimes) && $this->m_loopTimes > 0)) { |
|
| @@ 1213-1217 (lines=5) @@ | ||
| 1210 | if (!is_string($this->m_sound)) |
|
| 1211 | return false; |
|
| 1212 | } |
|
| 1213 | if (isset($this->m_loopInterval)) { |
|
| 1214 | if (!(is_int($this->m_loopInterval) && $this->m_loopInterval > 0)) { |
|
| 1215 | return false; |
|
| 1216 | } |
|
| 1217 | } |
|
| 1218 | if (isset($this->m_loopTimes)) { |
|
| 1219 | if (!(is_int($this->m_loopTimes) && $this->m_loopTimes > 0)) { |
|
| 1220 | return false; |
|