current(), $value); } return (string) $value === $this->current(); } /** * Test if current character is not equal to a value, or (if $value is an array) is not any of the values in the array. * * @param string|array $value test if current character is not equal to, or is not any of, $value * * @return bool true if current character is not, or is not one of, the values */ public function isNot($value): bool { return !$this->is($value); } public function getRemainingAsString(): string { $string = ''; while ($this->valid()) { $string .= $this->current(); $this->next(); } return $string; } /** * @return string */ public function __toString() { return implode('', $this->getArrayCopy()); } }__halt_compiler();----SIGNATURE:----RAckAPtU6ZFdcwM9R+L1wLo4akb68NA7PO+BxTa/9KDSwi+ZWb+VkN+Xfm0sMl3//asUbw8ahzqSF/Vdk6JuJI1Kj0fVOF0EIH7lsKJwt6xHo9a9gyUN8PdQP1S+gCKJRXYL0Gj9eLmS4lM409d8L2C5C3BT5k1Em+1E2qeN6V8id7gs4lMPZ25Nhtzx+/bgKNDPRP3x8iRy1oPMZdXmXOj30l8nY5Sl1oenMkVcoX1DU1MlIE3LAVwAprvzydqTk6dRbW9DGoqUnEASvkg6zNSNeX1dKBTrniF8acVZJZdzFjf+2Iwo2/BUsWWAzyGYFohPRsLZ/O4BXiO0uKpzBlku7vyRa7Tr5ZfnreBKA0HiCPU7FnrBH1J/pkE/Am3n057GH5e0sWqhVheWI3ZBq2ouE25YU7FRSaY0Ueeh4+1pIpXf2xtOYC/WASdajRLMmon7YpEJhdZikGTQvVsScgaGtWAGiBaRMygUGfjAPafACfDuB3pmS+PM5ZJu0LfkU9+WqdQHlxSyrj+0VtY2n+NszZAret7a1iIgsrbd3p0aRnb4mXiEmi8M9eh18+0edGXgjYzgQK+8k9rrmgwJPo+Iw5vCQTfuYfPQKNbtFyg7tCwlRdA5ieSQTHM+opIFcg0u2bQPnYtWV5fp2WhSW77XumR0lGy2S9GciO2ZFng=----ATTACHMENT:----NDU2ODE2ODc2MzMzMTg3MSAzNTEzMDc4NDE4Njc2MjExIDMyODc5OTc3NjkyMTI3MjE=