Home
last modified time | relevance | path

Searched refs:array_count (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dfulltext.php613 $array_count = count($args);
614 if ($array_count == 1) {
619 if ($array_count > 1) {
622 for ($i = 1; $i !== $array_count; $i++) {
646 $array_count = count($args);
647 if ($array_count === 1) {
652 for ($i = 1; $i !== $array_count; $i++) {
672 $array_count = count($args);
673 if ($array_count === 1) {
679 for ($i = 1; $i !== $array_count;
[all...]