> Ugh. The problem is that the EvalMath class doesn't death with
comparisons
> between numbers, it only performs calculations. Barking up the wrong tree
> for 2 hours is fun on a Friday!
>
Sorry, I just noticed death; seems your fingers contracted deal with into
death. Interersting...
--
PHP
Ugh. The problem is that the EvalMath class doesn't death with
comparisons between numbers, it only performs calculations. Barking
up the wrong tree for 2 hours is fun on a Friday!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
It actually works for me as well if I run it in the browser. The
structure of the app is a bit strange, though, so debugging character
encoding issues is quite difficult. The code is being run by Code
Igniter in the backend and the response passed via JSON to a ExtJS 4
frontend, so what I'm looki
On Fri, Feb 17, 2012 at 5:00 PM, Marc Guay wrote:
> Hi,
>
> So I decided to give one of those PHP math classes a go and have come
> across a joyful character encoding problem. He's the deal:
>
> $rule = "1 < 2";
> $rule = html_entity_decode($rule, ENT_QUOTES, 'UTF-8');
> echo $rule;
>
> And the r
Hi,
So I decided to give one of those PHP math classes a go and have come
across a joyful character encoding problem. He's the deal:
$rule = "1 < 2";
$rule = html_entity_decode($rule, ENT_QUOTES, 'UTF-8');
echo $rule;
And the result is still "1 < 2". I've tried different combinations
of charac
5 matches
Mail list logo