Home
last modified time | relevance | path

Searched refs:NUMS (Results 1 – 1 of 1) sorted by relevance

/web-php/manual/
H A Dspam_challenge.php5 const NUMS = ['zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine']; define
44 $an = NUMS[$a];
46 $bn = NUMS[$b];
60 $a = array_search($an, NUMS, false);
61 $b = array_search($bn, NUMS, false);
65 return (NUMS[$c[0]($a, $b)] === $answer);

Completed in 5 milliseconds